[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
This commit is contained in:
substantialnoninfringinguser 2009-05-13 06:03:20 +01:00
parent 91e4f0f8c0
commit 1cd34356b9

View File

@ -1,4 +1,4 @@
import troggle.settings as settings from django.conf import settings
import fileAbstraction import fileAbstraction
from django.shortcuts import render_to_response from django.shortcuts import render_to_response
from django.http import HttpResponse, Http404 from django.http import HttpResponse, Http404