diff options
Diffstat (limited to 'parsers/subcaves.py')
-rw-r--r-- | parsers/subcaves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/subcaves.py b/parsers/subcaves.py index 6905d0a..739af44 100644 --- a/parsers/subcaves.py +++ b/parsers/subcaves.py @@ -6,7 +6,7 @@ import sys, os import os, re, logging from django.conf import settings -from core.models import Subcave, Cave +from troggle.core.models import Subcave, Cave from utils import save_carefully def getLinksInCaveDescription(cave): |