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"))