Mercurial > p > roundup > code
view roundup/anypy/io_.py @ 4971:691fa2ef5347
Update for 2550869 fix.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Wed, 11 Mar 2015 08:37:32 +0100 |
| parents | abd2db0a159a |
| children | dfd0bcc947e5 |
line wrap: on
line source
try: from io import StringIO, BytesIO except: from StringIO import StringIO BytesIO = StringIO
