view roundup/anypy/__init__.py @ 7376:18bae0b2e74e

Update permissions section Add Retire/Restore per class permissions. Move Register to web/email section. Reformat web/email permission list. including splitting the terms in the Rest Access/Web Access into two lines.
author John Rouillard <rouilj@ieee.org>
date Sat, 20 May 2023 20:12:36 -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/