Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 5238:758edaa61ec0
pylint flagged HeaderParseError as an Undefined variable.
Fully qualify the HeaderParseError as email.errors.HeaderParseError.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 15 Apr 2017 20:12:10 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
