view roundup/anypy/__init__.py @ 4443:9edbab31e2ac

- admin permissions are special: the classname is None which means "access everywhere". Now search-permissions work for admin, too...
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Wed, 20 Oct 2010 20:24:09 +0000
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/