summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index 6eca632..64b829a 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -33,7 +33,7 @@ def import_people():
def import_surveyscans():
print("-- Importing Survey Scans")
with transaction.atomic():
- troggle.parsers.surveys.LoadListScans()
+ troggle.parsers.surveys.load_all_scans()
def import_logbooks():
print("-- Importing Logbooks")