diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-23 03:24:34 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-23 03:24:34 +0300 |
commit | 2b960865351ff8841c098a5e559847a2f4f909d4 (patch) | |
tree | d6201347713004a7888ebbe6750fa8065f79db9e /parsers/imports.py | |
parent | 54ffab3e93a8d3f0b3d253037eb57a7fb78012d5 (diff) | |
download | troggle-2b960865351ff8841c098a5e559847a2f4f909d4.tar.gz troggle-2b960865351ff8841c098a5e559847a2f4f909d4.tar.bz2 troggle-2b960865351ff8841c098a5e559847a2f4f909d4.zip |
caves->wallets at parse time
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(): |