view roundup/anypy/__init__.py @ 8155:e9af08743759 permission-performance

Add check_factory For Permission objects where we're given a filter function but no check function, manufacture a check function.
author Ralf Schlatterbeck <rsc@runtux.com>
date Mon, 11 Nov 2024 14:32:25 +0100
parents 868db43b302a
children
line wrap: on
line source

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

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