From be2b17ea8561f7b5678cbba5e5933c603b276dd9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 30 Jun 2020 15:24:42 +0100 Subject: More debugging and warnings --- parsers/imports.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'parsers/imports.py') 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() -- cgit v1.2.3