view roundup/anypy/__init__.py @ 5687:83037aaf3b9d

Move definition/initialization of api_version into the class and out of dispatch. Tests were failing because of this since the tests don't all run through dispatch.
author John Rouillard <rouilj@ieee.org>
date Sun, 31 Mar 2019 22:36:41 -0400
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/