Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7669:fa5c3c86bcf2
chore: fix after_success for travis. Did not run last commit.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 19 Oct 2023 17:30:22 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
