Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5855:e34bfe90634f maint-1.6
Try reconfig to get mysql steps working.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 24 Aug 2019 21:17:55 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
