view roundup/anypy/__init__.py @ 6076:bae060c8a5ac

jinja2: added "Restore" query permission to default schema (as is the case with classic template)
author Christof Meerwald <cmeerw@cmeerw.org>
date Sun, 02 Feb 2020 00:03:21 +0000
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/