Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6603:57dc15ad648d
CHANGES.txt: Thomas Hein -> Thomas Arendsen Hein
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Thu, 27 Jan 2022 08:05:20 +0100 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
