view roundup/anypy/io_.py @ 4610:e793eafba69c

Documentation: Synced the doc/index.txt and docs.txt. Removed outdated contact.txt.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 24 Apr 2012 17:01:43 +0200
parents abd2db0a159a
children dfd0bcc947e5
line wrap: on
line source


try:
    from io import StringIO, BytesIO
except:
    from StringIO import StringIO
    BytesIO = StringIO


Roundup Issue Tracker: http://roundup-tracker.org/