edaniszewski / pylint-quotes

Pylint plugin for checking the consistency of string quotes
MIT License
42 stars 14 forks source link

Fix install -- ImportError: No module named 'pylint' #7

Closed lockefox closed 7 years ago

lockefox commented 7 years ago

Had issues with import pylint being in the same scope as the __init__.__version__ lookup. Sanitized initial import so python setup.py install --force works.

Is a blocking issue with including pylint-quotes inside a readthedocs project.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.029% when pulling 2cfa39d05e74529b8c23a9b6ede913b0dbb403d7 on lockefox:master into 4823e392fc76a149cb6722b080fdecb0223bd800 on edaniszewski:master.

lockefox commented 7 years ago

Similar to #6 but instead of string-parsing __init__.py, the module and dependency scopes are fixed.

edaniszewski commented 7 years ago

fixed by #6 - closing