Mercurial > p > roundup > code
view roundup/anypy/io_.py @ 4775:d00a3ede67e4
Changing www/code.txt towards new SF paths.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 28 Mar 2013 00:10:34 +0100 |
| parents | abd2db0a159a |
| children | dfd0bcc947e5 |
line wrap: on
line source
try: from io import StringIO, BytesIO except: from StringIO import StringIO BytesIO = StringIO
