Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5694:c3ffa1ef6b7f
Exclude cgi/TAL/DummyEngine.py as it looks like a test harness.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Apr 2019 10:20:19 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
