Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5088:b5afae9022cf
issue2550809 History display misalignment. Fix the misalignment patch from classic tracker
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 19 Jun 2016 00:38:27 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
