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