More debugging and warnings

This commit is contained in:
Philip Sargent
2020-06-30 15:24:42 +01:00
parent c4e2ae2395
commit be2b17ea85
2 changed files with 21 additions and 15 deletions

View File

@@ -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()