Why do relative imports cause warnings in PyLint?
A warning like this:
ID:W0403  Relative import 'myPythonFileInTheSameFolder'
When the import is like:
from myPythonFileInTheSameFolder import MyClass

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to