diff --git a/pylintrc b/pylintrc index 71c8161..4cfd309 100644 --- a/pylintrc +++ b/pylintrc @@ -1,3 +1,5 @@ +[MASTER] +init-hook='import sys; sys.path.append(".")' [MAIN] # Analyse import fallback blocks. This can be used to support both Python 2 and