summaryrefslogtreecommitdiffstats
path: root/c-user/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c-user/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/conf.py b/c-user/conf.py
index e2c2791..d41b3a5 100644
--- a/c-user/conf.py
+++ b/c-user/conf.py
@@ -1,5 +1,5 @@
import sys, os
-sys.path.append(os.path.abspath('../common/'))
+sys.path.insert(0, os.path.abspath('../common/'))
from conf import *