view roundup/anypy/__init__.py @ 5286:578b5294e888

Update to current classic config. Fixes issue with users being able to see all queries even ones that they do not own and are not public.
author John Rouillard <rouilj@ieee.org>
date Sun, 24 Sep 2017 19:13:04 -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/