mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 05:07:12 +00:00
diagnosing missing entrance file
This commit is contained in:
@@ -63,6 +63,13 @@ def import_survex():
|
||||
with transaction.atomic():
|
||||
troggle.parsers.survex.LoadPositions()
|
||||
|
||||
def import_ents():
|
||||
# when this import is moved to the top with the rest it all crashes horribly
|
||||
print(" - Survex entrances x/y/z Positions")
|
||||
with transaction.atomic():
|
||||
import troggle.parsers.survex
|
||||
troggle.parsers.survex.LoadPositions()
|
||||
|
||||
def import_loadpos():
|
||||
# when this import is moved to the top with the rest it all crashes horribly
|
||||
import troggle.parsers.survex
|
||||
|
||||
Reference in New Issue
Block a user