summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-12 23:58:48 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-12 23:58:48 +0100
commitb602f3ae13ef8c620c19ea3e56257f0693e0a1b0 (patch)
tree771b59a99e37501c0dae2d6edfd0624b07e149be /parsers/logbooks.py
parent5024abc812b20dfcf16823dcc20992763afb6681 (diff)
downloadtroggle-b602f3ae13ef8c620c19ea3e56257f0693e0a1b0.tar.gz
troggle-b602f3ae13ef8c620c19ea3e56257f0693e0a1b0.tar.bz2
troggle-b602f3ae13ef8c620c19ea3e56257f0693e0a1b0.zip
creating core/utils.py
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 11159ad..00c8b14 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -10,7 +10,8 @@ from django.conf import settings
from django.template.defaultfilters import slugify
from django.utils.timezone import get_current_timezone, make_aware
-from troggle.core.models import DataIssue, Expedition, TROG
+from troggle.core.models import DataIssue, Expedition
+from troggle.core.utils import TROG
from troggle.core.models_caves import Cave, LogbookEntry, PersonTrip, GetCaveLookup
from parsers.people import GetPersonExpeditionNameLookup
from utils import save_carefully