frappy/test/__init__.py
Georg Brandl 0deb462c6a 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>
2018-12-04 10:54:59 +01:00

5 lines
106 B
Python

import sys
from os import path
sys.path.insert(0, path.abspath(path.join(path.dirname(__file__), '..')))