Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 7366:113debfd383b
revert attempt to make pre full bleed.
Turns out li, dd etc. are not limited to 65ch. So revert to make main
column 65ch.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 May 2023 20:04:09 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
