build: Prepend project common path

This avoids conflicts with standard packages such as PIL (Python Imaging
Library).
This commit is contained in:
Sebastian Huber
2019-02-08 09:41:45 +01:00
parent 0e46b342d0
commit 6f110ccf6b
32 changed files with 32 additions and 32 deletions

View File

@@ -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 *