Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6085:7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Mon, 10 Feb 2020 21:58:40 +0000 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
