diff options
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index bdfb1f4..22f5ef5 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -11,12 +11,10 @@ import troggle.settings as settings from troggle.core.models.caves import Cave, Entrance, GetCaveLookup 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.utils import chaosmonkey, get_process_memory -from troggle.core.utils import write_and_commit - -from troggle.parsers.caves import create_new_cave, do_ARGE_cave, AREACODES, ARGEAREAS +from troggle.core.models.wallets import Wallet +from troggle.core.utils import chaosmonkey, get_process_memory, write_and_commit +from troggle.parsers.caves import AREACODES, ARGEAREAS, create_new_cave, do_ARGE_cave from troggle.parsers.people import GetPersonExpeditionNameLookup, known_foreigner """Imports the tree of survex files following from a defined root .svx file |