twolfson / restructuredtext-lint

reStructuredText linter
The Unlicense
171 stars 20 forks source link

Use absolute imports for python 3 compatibility #20

Closed fizyk closed 9 years ago

fizyk commented 9 years ago

We're using restructuredtext-lint to make lint our README and CHANGELOG, to limit the cases where pypi page doesn't get rendered, and it failed today on all python 3 builds:

https://travis-ci.org/ClearcodeHQ/mirakuru/jobs/66110072

This is due to python 3 requiring absolute imports, or the relative one starting with a .

twolfson commented 9 years ago

This has been patched/released in 0.12.2 via @fizyk in #20. Thanks again for the report/fix =)