move path manipulation into single module
Change-Id: If88aafd03b757715b82cd733b3155e656c252b06 Reviewed-on: https://forge.frm2.tum.de/review/19529 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:

committed by
Enrico Faulhaber

parent
50c3e5e47a
commit
0deb462c6a
4
test/__init__.py
Normal file
4
test/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
sys.path.insert(0, path.abspath(path.join(path.dirname(__file__), '..')))
|
Reference in New Issue
Block a user