diff options
Diffstat (limited to 'scipy/wsgi.py')
-rw-r--r-- | scipy/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/wsgi.py b/scipy/wsgi.py index 593d8dc..15526be 100644 --- a/scipy/wsgi.py +++ b/scipy/wsgi.py @@ -16,7 +16,7 @@ framework. import os import sys -sys.path.append("/Site/SciPy2013/") +sys.path.append("/Site/Scipy/SciPy2013/") # We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks # if running multiple sites in the same mod_wsgi process. To fix this, use |