Relative imports

Chris chris.monnet at gmail.com
Sat Mar 5 05:02:47 EST 2005


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




More information about the Python-list mailing list