From 95623dadd80570a56984698e457759f2e8dd3960 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 23 Feb 2020 19:07:09 +0100 Subject: [PATCH] Missed going back one directory. --- test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__init__.py b/test/__init__.py index 50580a9..72d03bb 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__)+"/seasonedParser")) +sys.path.append(os.path.realpath(os.path.dirname(__file__)+"/../seasonedParser"))