view roundup/anypy/io_.py @ 4986:fe140bc0eaa9

Implement (and document) timezone offsets
author Ralf Schlatterbeck <rsc@runtux.com>
date Tue, 21 Apr 2015 17:33:06 +0200
parents abd2db0a159a
children dfd0bcc947e5
line wrap: on
line source


try:
    from io import StringIO, BytesIO
except:
    from StringIO import StringIO
    BytesIO = StringIO


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