view roundup/anypy/__init__.py @ 5324:882dfa723df5

Remove duplicate super call
author Ralf Schlatterbeck <rsc@runtux.com>
date Mon, 12 Dec 2016 16:51: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/