Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7121:cb39a6c95cd3
Fix Traceback on empty numeric order attribute
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 19 Jan 2023 14:40:52 +0100 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
