Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7760:481235e743bc
chore: ruff rules cleanup
replace if/else with ternary
use context for file open
use list comprehension rather than for loop w/ .append
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 02 Mar 2024 01:11:20 -0500 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
