summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/conf.py')
-rw-r--r--eclipse/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/conf.py b/eclipse/conf.py
index 63c327f..2adc01f 100644
--- a/eclipse/conf.py
+++ b/eclipse/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 *