view roundup/anypy/__init__.py @ 5485:b0359a7c5b6d

create input elements with attributes in a defined (sorted) order
author Christof Meerwald <cmeerw@cmeerw.org>
date Thu, 02 Aug 2018 20:56:01 +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/