summaryrefslogtreecommitdiffstats
path: root/core/views/prospect.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-29 17:03:50 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-29 17:03:50 +0000
commit79bccade024c3c33921621e7968e9e9b9e2aafbb (patch)
tree076880c6596e4c5da10acce83d3506e2a5b01b43 /core/views/prospect.py
parent5639435058191221687cc7bb2d0b64f0531d9164 (diff)
downloadtroggle-79bccade024c3c33921621e7968e9e9b9e2aafbb.tar.gz
troggle-79bccade024c3c33921621e7968e9e9b9e2aafbb.tar.bz2
troggle-79bccade024c3c33921621e7968e9e9b9e2aafbb.zip
separated out ent locations from survex parser
Diffstat (limited to 'core/views/prospect.py')
-rw-r--r--core/views/prospect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/prospect.py b/core/views/prospect.py
index 4021f5e..a9380c8 100644
--- a/core/views/prospect.py
+++ b/core/views/prospect.py
@@ -9,7 +9,7 @@ from django.shortcuts import render
import troggle.settings as settings
from troggle.core.models.caves import Area, Cave, Entrance, SurvexStation
from troggle.core.views.caves import caveKey
-from troggle.parsers.survex import MapLocations
+from troggle.parsers.locations import MapLocations
# from pathlib import Path