Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7525:98d32db3b21e issue2550923_computed_property
limit markdown2 to a working version 2.4.9 broke [text](page) relative links. Also reduce tested versions on travisci.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Jul 2023 17:42:40 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
