diff --git a/tests/settings.py b/tests/settings.py index b9643e1..1719f08 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -59,7 +59,6 @@ def run(): if __name__ == '__main__': - import sys # Add current directory to python path - works if this script is called python tests/settings,.py sys.path.insert(0, '.') run()