view roundup/anypy/__init__.py @ 5477:b0c2307be3d1

applied remaining part of original patch 045 (slightly modified)
author Christof Meerwald <cmeerw@cmeerw.org>
date Mon, 30 Jul 2018 22:09:48 +0100
parents 868db43b302a
children
line wrap: on
line source

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

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