view roundup/anypy/__init__.py @ 4992:b562df8a5056

Fix form-parsing for multilinks If multiple new items are added to a multilink property, the old version would create the new items but only link one.
author Ralf Schlatterbeck <rsc@runtux.com>
date Sun, 21 Jun 2015 21:20:10 +0200
parents 9ba03348f923
children 868db43b302a
line wrap: on
line source

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        2,  # set_
                        )))

Roundup Issue Tracker: http://roundup-tracker.org/