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