summaryrefslogtreecommitdiffstats
path: root/core/management/commands
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-28 02:09:36 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-30 20:48:17 +0100
commitb33ad5833e90fb9e22a2101cc3fcbd742235e558 (patch)
tree54336042e96023abd190427e3fd63864f1e4a045 /core/management/commands
parent3264b6edefd28b07372518dc866d27da8f1e81ea (diff)
downloadtroggle-b33ad5833e90fb9e22a2101cc3fcbd742235e558.tar.gz
troggle-b33ad5833e90fb9e22a2101cc3fcbd742235e558.tar.bz2
troggle-b33ad5833e90fb9e22a2101cc3fcbd742235e558.zip
delete duplication
Diffstat (limited to 'core/management/commands')
-rw-r--r--core/management/commands/reset_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/management/commands/reset_db.py b/core/management/commands/reset_db.py
index 03d143e..2aea94a 100644
--- a/core/management/commands/reset_db.py
+++ b/core/management/commands/reset_db.py
@@ -7,7 +7,7 @@ from django.core.urlresolvers import reverse
from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import User
-from troggle.core.models_caves import Cave, Entrance
+from troggle.core.models import Cave, Entrance
import troggle.flatpages.models
import settings