view roundup/anypy/__init__.py @ 4599:71b9428a14e5

Found my old contribution from changeset 0112e9e1d068. Fixing credits.
author anatoly techtonik <techtonik@gmail.com>
date Mon, 09 Apr 2012 14:40:11 +0300
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/