diff --git a/tests/__init__.py b/tests/__init__.py index d2e3176..42b38ea 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -8,7 +8,7 @@ # Use the PyBossa test suite -sys.path.append(os.path.abspath("../../../test")) +sys.path.append(os.path.abspath("./pybossa/test")) from default import with_context from helper import web