Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7520:ffca9208445d
Fix reference to python-dev
The package has dash in the middle. Also use single quotes and literal
font.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 04 Jul 2023 23:24:34 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
