summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:03:20 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:03:20 +0100
commit1cd34356b94e06f0922b56100583a947867a17a9 (patch)
tree2b0e4b9a789f239a6778dda140819de31ea71da9
parent91e4f0f8c0f4daa8434d21e2a0240718e4000187 (diff)
downloadtroggle-1cd34356b94e06f0922b56100583a947867a17a9.tar.gz
troggle-1cd34356b94e06f0922b56100583a947867a17a9.tar.bz2
troggle-1cd34356b94e06f0922b56100583a947867a17a9.zip
[svn] Framos version is giving syntax error at line 1 of view_surveys.py
I don't see why it is a syntax error, but might as well change that line to the correct import statement and see if that helps. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8275 by aaron @ 3/14/2009 8:56 AM
-rw-r--r--expo/view_surveys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/expo/view_surveys.py b/expo/view_surveys.py
index 8bf3cc3..846b245 100644
--- a/expo/view_surveys.py
+++ b/expo/view_surveys.py
@@ -1,4 +1,4 @@
-import troggle.settings as settings
+from django.conf import settings
import fileAbstraction
from django.shortcuts import render_to_response
from django.http import HttpResponse, Http404