Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6251:b303db7f384f
Test designator code path
Added -d to a test to output designator rather than just id numbers.
Improves test coverage.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 05 Aug 2020 12:22:06 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
