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
@ -23,14 +23,10 @@
|
||||
|
||||
from __future__ import division, print_function
|
||||
|
||||
import sys
|
||||
from collections import OrderedDict
|
||||
from os import path
|
||||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, path.abspath(path.join(path.dirname(__file__), '..')))
|
||||
|
||||
from secop.parse import Parser
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user