From 5bde8785a814b111e2ffc8eec88f81fa86febc0b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 23 Feb 2020 19:05:11 +0100 Subject: [PATCH] Test init file now appends correct module path. --- test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__init__.py b/test/__init__.py index 736a215..50580a9 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,2 +1,2 @@ import sys, os -sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/..")) +sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/seasonedParser"))