Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 8589:4b2e885ecc07
test: undo monkey patch at end of test
Dummy permisions check was leaking and breaking tests in
test_liveserver.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Apr 2026 21:27:52 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
