view roundup/anypy/__init__.py @ 5057:d3efcaa0d6ff

www: Extend code instructions with demo and test commands
author anatoly techtonik <techtonik@gmail.com>
date Wed, 04 May 2016 13:57:06 +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/