summaryrefslogtreecommitdiffstats
path: root/parsers/QMs.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-28 04:54:53 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-28 04:54:53 +0100
commit6a755598b2595c4c38d61da5d2c7f608a3905cbe (patch)
treeab35bc47be40efd1c4be5b8fe747cf33e7cca868 /parsers/QMs.py
parentdf3917a6771d2e2df3d35fde1b99a6f1d06f9589 (diff)
downloadtroggle-6a755598b2595c4c38d61da5d2c7f608a3905cbe.tar.gz
troggle-6a755598b2595c4c38d61da5d2c7f608a3905cbe.tar.bz2
troggle-6a755598b2595c4c38d61da5d2c7f608a3905cbe.zip
Moved classes to models_caves and fixed imports
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r--parsers/QMs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py
index 578e422..24ad7c9 100644
--- a/parsers/QMs.py
+++ b/parsers/QMs.py
@@ -7,7 +7,7 @@ from datetime import *
from django.conf import settings
-from troggle.core.models import QM, Cave, LogbookEntry
+from troggle.core.models_caves import QM, Cave, LogbookEntry
from utils import save_carefully