We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815f760 commit 66e7962Copy full SHA for 66e7962
tests/erlang_tests.py
@@ -31,7 +31,7 @@
31
32
import sys
33
import os
34
-sys.path.append(
+sys.path.insert(0,
35
os.path.sep.join(
36
os.path.dirname(
37
os.path.abspath(__file__)
0 commit comments