diff --git a/parsers/imports.py b/parsers/imports.py index 57a73d5..545f865 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -69,12 +69,14 @@ def import_survex(): def import_justsurvex(): + """Transactions done within the import, not here + """ print("-- Importing Just Survex files") - with transaction.atomic(): - import troggle.parsers.survex + # with transaction.atomic(): + import troggle.parsers.survex print(" - Survex Blocks") - with transaction.atomic(): - troggle.parsers.survex.LoadSurvexBlocks() + #with transaction.atomic(): + troggle.parsers.survex.LoadSurvexBlocks() def import_survex_checks(): print(" - Survex: check wallet references and set persons, caves")