view roundup/anypy/__init__.py @ 7741:e1dfd21f2252

feat: randomize creator of generated issues. All the issues used to be created by admin. This randomly chooses a user (except anonymous) to create an issue.
author John Rouillard <rouilj@ieee.org>
date Mon, 19 Feb 2024 19:03:18 -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/