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