view roundup/anypy/__init__.py @ 4944:fe2d72103cc8

Fix two line-break accidents in devel and responsive milestone.item.html
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 25 Nov 2014 16:04:17 +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/