Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7445:abc2ec25b3d1
add target to push to sourceforge dev_docs area.
reqires ssh-agent with suitable keys.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 May 2023 23:11:17 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
