diff options
Diffstat (limited to 'modules/apache/templates/django.wsgi')
| -rw-r--r-- | modules/apache/templates/django.wsgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/django.wsgi b/modules/apache/templates/django.wsgi index 2188e1e7..abbfecc5 100644 --- a/modules/apache/templates/django.wsgi +++ b/modules/apache/templates/django.wsgi @@ -1,6 +1,6 @@ #!/usr/bin/python import os, sys -<%- for m in module_path -%> +<%- for m in @module_path -%> path = '<%= m %>' if path not in sys.path: sys.path.append(path) |
