Test init file now appends correct module path.

This commit is contained in:
2020-02-23 19:05:11 +01:00
parent bea2a445b2
commit 5bde8785a8

View File

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