summaryrefslogtreecommitdiffstats
path: root/core/view_surveys.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/view_surveys.py')
-rw-r--r--core/view_surveys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/view_surveys.py b/core/view_surveys.py
index 6aaa9dc..dcec1c2 100644
--- a/core/view_surveys.py
+++ b/core/view_surveys.py
@@ -9,7 +9,7 @@ from django.shortcuts import render
from django.http import HttpResponse, Http404
from troggle.core.models_survex import ScansFolder, SingleScan, SurvexBlock, TunnelFile
-from troggle.flatpages import views as flatviews
+from troggle.expopages import views as flatviews
import parsers.surveys
'''Some of these views serve files as binary blobs, and simply set the mime type based on the file extension,