view roundup/anypy/__init__.py @ 4877:2ba982dcdf2c

New Link / Multilink option "try_id_parsing"
author Ralf Schlatterbeck <rsc@runtux.com>
date Fri, 28 Mar 2014 16:47:36 +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/