view roundup/anypy/io_.py @ 4419:eade357a1a16

- update acknowledgements
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Mon, 13 Sep 2010 17:08:41 +0000
parents 74476eaac38a
children abd2db0a159a
line wrap: on
line source


try:
    from io import StringIO
except:
    from StringIO import StringIO


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