Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5083:1c992cb4301a
issue2550851 Installation doc removed directions for installing
additional codecs for Asian languages. They are obsolete.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 17 Jun 2016 21:35:57 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
