Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6334:eeddc4e03742
Documented possible use of __redirect_to for edit function.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 Mar 2021 16:08:38 -0500 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
