summaryrefslogtreecommitdiffstats
path: root/parsers/QMs.py
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2018-04-15 16:28:13 +0100
committerSam Wenham <sam@wenhams.co.uk>2018-04-15 16:28:13 +0100
commit798ae591c62947352bb2fa3b047d5ebb4a2fc629 (patch)
tree312e4a5dce84b3435c8ffa1799c38bd6bc4be2cc /parsers/QMs.py
parent7877efba0a9c83f7ba34e6934ccc259177826ffc (diff)
downloadtroggle-798ae591c62947352bb2fa3b047d5ebb4a2fc629.tar.gz
troggle-798ae591c62947352bb2fa3b047d5ebb4a2fc629.tar.bz2
troggle-798ae591c62947352bb2fa3b047d5ebb4a2fc629.zip
Django 1.7 mostly working. Big refactor so probably bugs
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r--parsers/QMs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py
index f9a6d89..efc8cd6 100644
--- a/parsers/QMs.py
+++ b/parsers/QMs.py
@@ -2,7 +2,7 @@
import csv
from django.conf import settings
-from core.models import QM, LogbookEntry, Cave
+from troggle.core.models import QM, LogbookEntry, Cave
from datetime import *
from utils import save_carefully
import re, os
@@ -87,7 +87,7 @@ def parseCaveQMs(cave,inputFile):
continue
def parse_KH_QMs(kh, inputFile):
- """import QMs from the 1623-161 (Kaninchenhöhle) html pages
+ """import QMs from the 1623-161 (Kaninchenh�hle) html pages
"""
khQMs=open(settings.EXPOWEB+inputFile,'r')
khQMs=khQMs.readlines()