2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 14:07:14 +00:00

clean up survexlegs

This commit is contained in:
Philip Sargent
2020-06-16 19:27:32 +01:00
parent 8fc0ba136f
commit 94e5a06a15
6 changed files with 134 additions and 124 deletions

View File

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