view roundup/anypy/__init__.py @ 5480:e8f6a1df73e3

add search page to jinja2 template see issue2550901
author Christof Meerwald <cmeerw@cmeerw.org>
date Tue, 31 Jul 2018 22:12:49 +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/