[svn r8275] 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.
This commit is contained in:
aaron 2009-03-14 09:56:42 +01:00
parent 97c9772696
commit 0345d4d7f0

View File

@ -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