We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d950b commit d9f76b6Copy full SHA for d9f76b6
.pylintrc
@@ -5,7 +5,7 @@
5
6
# Python code to execute, usually for sys.path manipulation such as
7
# pygtk.require().
8
-init-hook="import sys;sys.path.insert(0,'./src')"
+init-hook="import sys;sys.path.insert(0,'./codimension')"
9
10
# Add files or directories to the blacklist. They should be base names, not
11
# paths.
0 commit comments