diff options
Diffstat (limited to 'parsers/imports.py')
-rw-r--r-- | parsers/imports.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsers/imports.py b/parsers/imports.py index abf4b77..112dd79 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -56,6 +56,8 @@ def import_survex(): troggle.parsers.survex.LoadSurvexBlocks() print(" - Survex entrances x/y/z Positions") with transaction.atomic(): + troggle.parsers.survex.caveifywallets() + with transaction.atomic(): troggle.parsers.locations.LoadPositions() def import_ents(): |