summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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