Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5968:e8d64096fb08
issue2550885 - man page documentation update. roundup-admin.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 03 Nov 2019 14:28:20 -0500 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
