Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6101:cb6df89af1c8
updated version check for Markdown install
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Tue, 25 Feb 2020 16:35:10 +0000 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
