Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5926:3ca3bfe6de16
Code-robustness, error-message improved
.. for REST-API PATCH method with @op = action
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 15 Oct 2019 16:23:06 +0200 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
