Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6069:d8d046749b5b
flake8 whitespace fixes; remove unused import backends
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Jan 2020 21:04:17 -0500 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
