view roundup/anypy/__init__.py @ 6376:4e48a6a40bfe

Install roundup.test with setup.py
author Ralf Schlatterbeck <rsc@runtux.com>
date Wed, 07 Apr 2021 15:18:25 +0200
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/