diff options
Diffstat (limited to 'parsers/locations.py')
-rw-r--r-- | parsers/locations.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/parsers/locations.py b/parsers/locations.py index d89ea76..ec0a4ff 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -7,17 +7,16 @@ import time from datetime import datetime, timezone from pathlib import Path - import troggle.settings as settings from troggle.core.models.caves import Cave, Entrance from troggle.core.models.logbooks import QM from troggle.core.models.survex import SurvexBlock, SurvexFile, SurvexPersonRole, SurvexStation -from troggle.core.models.wallets import Wallet from troggle.core.models.troggle import DataIssue, Expedition +from troggle.core.models.wallets import Wallet from troggle.core.utils import chaosmonkey, get_process_memory from troggle.parsers.logbooks import GetCaveLookup from troggle.parsers.people import GetPersonExpeditionNameLookup, known_foreigner -from troggle.parsers.survex import stash_data_issue, store_data_issues, ROOTBLOCK +from troggle.parsers.survex import ROOTBLOCK, stash_data_issue, store_data_issues """Uses the imported data to find the locations of the survey stations labelled as entrances |