Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5913:e7fe1d4398ba
see if ci will work with newest version of mysqlclient (will fail on python 3.4 as unsupported). prep before I open a ticket
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Oct 2019 20:18:38 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
