J)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
fc1e0d9f1f
commit
6458499d2b
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ log = logging.getLogger(__name__)
|
|||
|
||||
# Ensure our /lib/ is included into PYTHON_PATH
|
||||
sys.path.insert(0, os.path.abspath(
|
||||
os.path.join(os.path.dirname(os.path.realpath(__file__)), '../lib'))
|
||||
)
|
||||
os.path.join(os.path.dirname(os.path.realpath(__file__)), '../lib')))
|
||||
|
||||
TYPE_PREFIX = "__"
|
||||
|
||||
|
|
Loading…
Reference in a new issue