Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 8120:d4fa7a9c3a21 permission-performance
Remove debug code
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 18 Oct 2024 16:54:24 +0200 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
