diff options
Diffstat (limited to 'parsers/imports.py')
-rw-r--r-- | parsers/imports.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/parsers/imports.py b/parsers/imports.py index e5c7eb8..67ca34f 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -41,11 +41,9 @@ def import_survex(): # when this import is moved to the top with the rest it all crashes horribly import troggle.parsers.survex print("Importing Survex Blocks") + print(" - Survex Blocks") troggle.parsers.survex.LoadAllSurvexBlocks() - -def import_survexpos(): - import troggle.parsers.survex - print("Importing Survex x/y/z Positions") + print(" - Survex entrances x/y/z Positions") troggle.parsers.survex.LoadPos() def import_tunnelfiles(): |