summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index a469986..8b1df5f 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -54,12 +54,17 @@ def import_survex():
print(" - Survex Blocks")
with transaction.atomic():
troggle.parsers.survex.LoadSurvexBlocks()
- print(" - Survex entrances x/y/z Positions")
with transaction.atomic():
troggle.parsers.survex.survexifywallets()
+ print(" - Survex entrances x/y/z Positions")
with transaction.atomic():
troggle.parsers.locations.LoadPositions()
+def import_survex_checks():
+ print(" - Survex: check wallet references and set persons, caves")
+ with transaction.atomic():
+ troggle.parsers.survex.survexifywallets()
+
def import_ents():
print(" - Survex entrances x/y/z Positions")
with transaction.atomic():