Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7537:bdd6a6bdf97a
gratuitous commit to skip travis build.
run failed. Didn't get out of the gate. Try making true an array/list.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 13 Jul 2023 19:49:47 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
