diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 000000000..2f3f85a9d --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,2 @@ +import os, sys +sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir)) \ No newline at end of file