diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/views/prospect.py | 2 |
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 |