From 1cd34356b94e06f0922b56100583a947867a17a9 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 06:03:20 +0100 Subject: [PATCH] [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 --- expo/view_surveys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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