summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-27 18:00:24 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-27 18:00:24 +0100
commit467baec7da7a0991d483adb9f12de978c1548bc7 (patch)
tree92011fa7b9050f784e6907118d9e5c591d6926bd /parsers/imports.py
parent4716eaa4b6cc6169f7c662403fbde55247150249 (diff)
downloadtroggle-467baec7da7a0991d483adb9f12de978c1548bc7.tar.gz
troggle-467baec7da7a0991d483adb9f12de978c1548bc7.tar.bz2
troggle-467baec7da7a0991d483adb9f12de978c1548bc7.zip
Renaming functions
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index b1d4fc6..9dcbb17 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -42,7 +42,7 @@ def import_survex():
import troggle.parsers.survex
print("Importing Survex Blocks")
print(" - Survex Blocks")
- troggle.parsers.survex.LoadAllSurvexBlocks()
+ troggle.parsers.survex.LoadSurvexBlocks()
print(" - Survex entrances x/y/z Positions")
troggle.parsers.survex.LoadPos()