Mercurial > p > roundup > code
view roundup/anypy/io_.py @ 4822:e162fb7353df
contributors.py: Add script to find out contributors
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Sun, 25 Aug 2013 11:35:10 +0300 |
| parents | abd2db0a159a |
| children | dfd0bcc947e5 |
line wrap: on
line source
try: from io import StringIO, BytesIO except: from StringIO import StringIO BytesIO = StringIO
