Mercurial > p > roundup > code
view roundup/anypy/io_.py @ 4740:fe9568a6cbd6
Untangle template selection logic from template loading functionality.
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Tue, 15 Jan 2013 00:10:01 +0300 |
| parents | abd2db0a159a |
| children | dfd0bcc947e5 |
line wrap: on
line source
try: from io import StringIO, BytesIO except: from StringIO import StringIO BytesIO = StringIO
