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