view roundup/anypy/__init__.py @ 6532:e4db9d0b85c7

test for issue2551170 process python 2 long under python3
author John Rouillard <rouilj@ieee.org>
date Tue, 16 Nov 2021 23:34:37 -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/