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