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:
Georg Brandl
2018-12-04 10:48:57 +01:00
committed by Enrico Faulhaber
parent 50c3e5e47a
commit 0deb462c6a
7 changed files with 4 additions and 28 deletions

View File

@ -23,14 +23,9 @@
from __future__ import division, print_function
import sys
from os import path
# no fixtures needed
import pytest
sys.path.insert(0, path.abspath(path.join(path.dirname(__file__), '..')))
from secop.lib.enum import Enum, EnumMember