view roundup/anypy/__init__.py @ 7396:bb7752f6e1cd

Clarify wording.
author John Rouillard <rouilj@ieee.org>
date Wed, 24 May 2023 12:17:00 -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/