From 0820d7c0dce82553348fbbd3bb34b288daae5480 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 01:37:42 +0100 Subject: Docstrings for all modules --- parsers/survex.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'parsers/survex.py') diff --git a/parsers/survex.py b/parsers/survex.py index 9d23cc8..ad6f27f 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -20,6 +20,10 @@ from troggle.core.views.caves import MapLocations from troggle.core.models.troggle import DataIssue, Expedition from troggle.core.models.survex import SurvexPersonRole, ScansFolder, SurvexDirectory, SurvexFile, SurvexBlock, SurvexStation +'''Imports the tree of survex files following form a defined root .svx file +It does also NOT scan the Loser repo for all the svx files - though it should ! +''' + survexblockroot = None ROOTBLOCK = "rootblock" METRESINFEET = 3.28084 -- cgit v1.2.3