BerserkerMother commited on
Commit
0e9f533
·
1 Parent(s): b2ba6c2

Fixes pylintrc to work on cloud

Browse files
Files changed (1) hide show
  1. .pylintrc +1 -1
.pylintrc CHANGED
@@ -67,7 +67,7 @@ ignored-modules=
67
 
68
  # Python code to execute, usually for sys.path manipulation such as
69
  # pygtk.require().
70
- init-hook='import sys; sys.path.append("/home/kave/work/Elise/elise/src")'
71
 
72
  # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
73
  # number of processors available to use, and will cap the count on Windows to
 
67
 
68
  # Python code to execute, usually for sys.path manipulation such as
69
  # pygtk.require().
70
+ init-hook='import sys; sys.path.append("./elise/src")'
71
 
72
  # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
73
  # number of processors available to use, and will cap the count on Windows to