view roundup/anypy/__init__.py @ 7840:ce740d9a7d8d

test: set encodePassword test count to normal. Not 100x normal. [skip travis] hypothesis testing not done on python 2.
author John Rouillard <rouilj@ieee.org>
date Tue, 26 Mar 2024 15:36:31 -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/