view roundup/anypy/__init__.py @ 7408:8a9f1732c4b6

Add comment on how to skip ci for travis. [skip travis]
author John Rouillard <rouilj@ieee.org>
date Thu, 25 May 2023 14:49:41 -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/