diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-27 23:24:40 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-27 23:24:53 +0300 |
commit | dd0fcc28ddc4768fb8fa3edcec32ee205d77101b (patch) | |
tree | aaabe658bb8beeaecbb108b76dc31a9db20cd169 /parsers/survex.py | |
parent | 3d7cb78e4733cb2adcab16fe83c93cbe00665d79 (diff) | |
download | troggle-dd0fcc28ddc4768fb8fa3edcec32ee205d77101b.tar.gz troggle-dd0fcc28ddc4768fb8fa3edcec32ee205d77101b.tar.bz2 troggle-dd0fcc28ddc4768fb8fa3edcec32ee205d77101b.zip |
update todo strings
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index 7b94005..615019d 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -37,7 +37,6 @@ todo = '''Also walk the entire tree in the :loser: repo looking for unconnected - LoadSurvexFile() Creates a new current survexfile and valid .survexdirectory The survexblock passed-in is not necessarily the parent. FIX THIS. -- rx_qm recognises only simple survey point ids. EXTEND to cover more naming formats and test fully for 2023 ''' survexblockroot = None ROOTBLOCK = "rootblock" |