view roundup/anypy/__init__.py @ 7512:8d55398f976a

See if this fixes nightly python run. Run is exiting with no useful output. Set -xv to get feedback Also escape newlines in all continuation lines for the pytest invocation.
author John Rouillard <rouilj@ieee.org>
date Sun, 25 Jun 2023 17:53:33 -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/