view roundup/anypy/__init__.py @ 7200:c878d24ea034

disable gpg for 2.7 https://issues.roundup-tracker.org/issue2551267 no-github-ci
author John Rouillard <rouilj@ieee.org>
date Mon, 27 Feb 2023 12:17:11 -0500
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/