Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7185:8e8d111fcdcd
Make in file tests work again. Also allow manual testing without overriding PBKDF rounds
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Feb 2023 23:38:06 -0500 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
