view roundup/anypy/__init__.py @ 5018:7cfd30cc8cfa

website: Reword code section, explain are why using SF and Mercurial to host our sources and link to unnoficial GitHub mirror
author anatoly techtonik <techtonik@gmail.com>
date Fri, 08 Jan 2016 18:04:32 +0300
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/