diff options
Diffstat (limited to 'parsers/imports.py')
-rw-r--r-- | parsers/imports.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/parsers/imports.py b/parsers/imports.py index 9dcbb17..dcd064d 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -46,6 +46,12 @@ def import_survex(): print(" - Survex entrances x/y/z Positions") troggle.parsers.survex.LoadPos() +def import_loadpos(): + # when this import is moved to the top with the rest it all crashes horribly + import troggle.parsers.survex + print(" - Survex entrances x/y/z Positions") + troggle.parsers.survex.LoadPos() + def import_tunnelfiles(): print("Importing Tunnel files") troggle.parsers.surveys.LoadTunnelFiles() |