view roundup/anypy/__init__.py @ 4672:e90909162a79

Fix installation docs for correct python version Fix installation documentation (section Prerequisites) to require at least python 2.5, thanks to John P. Rouillard for discovering this.
author Ralf Schlatterbeck <rsc@runtux.com>
date Sat, 17 Nov 2012 10:48:24 +0100
parents eddb82d0964c
children 9ba03348f923
line wrap: on
line source

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

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