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