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

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

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        2,  # set_
                        )))

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