view roundup/anypy/__init__.py @ 5904:2b78e21d7047

Fix lookup of negative ids .. e.g., for searching empty Link/Multilink values.
author Ralf Schlatterbeck <rsc@runtux.com>
date Tue, 08 Oct 2019 12:35:12 +0200
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/