view roundup/anypy/__init__.py @ 5309:20084e2b48c3

Fix bug where unsetting a text value triggered an exception because None has no replace operation.
author John Rouillard <rouilj@ieee.org>
date Wed, 25 Oct 2017 23:07:35 -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/