summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-13 01:37:42 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-13 01:37:42 +0100
commit0820d7c0dce82553348fbbd3bb34b288daae5480 (patch)
tree31ef9c25bfe4fac8dc799cd64d4491697c687a28 /parsers/logbooks.py
parent267741fa8b304112d96842118bc6c3ae335500f7 (diff)
downloadtroggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.gz
troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.bz2
troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.zip
Docstrings for all modules
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index c24af07..51171d0 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -15,10 +15,12 @@ from troggle.core.utils import TROG, save_carefully
from troggle.core.models.caves import Cave, LogbookEntry, PersonTrip, GetCaveLookup
from parsers.people import GetPersonExpeditionNameLookup
-#
+'''
+Parses and imports logbooks in all their wonderful confusion
+
# When we edit logbook entries, allow a "?" after any piece of data to say we've frigged it and
# it can be checked up later from the hard-copy if necessary; or it's not possible to determin (name, trip place, etc)
-#
+'''
#
# the logbook loading section