Skip to content

Commit d9f76b6

Browse files
committed
Adjusted pylint startup hook
1 parent 96d950b commit d9f76b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Python code to execute, usually for sys.path manipulation such as
77
# pygtk.require().
8-
init-hook="import sys;sys.path.insert(0,'./src')"
8+
init-hook="import sys;sys.path.insert(0,'./codimension')"
99

1010
# Add files or directories to the blacklist. They should be base names, not
1111
# paths.

0 commit comments

Comments
 (0)