From 6a755598b2595c4c38d61da5d2c7f608a3905cbe Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 28 May 2020 04:54:53 +0100 Subject: Moved classes to models_caves and fixed imports --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index 515b38d..22f50f6 100644 --- a/utils.py +++ b/utils.py @@ -4,7 +4,7 @@ import logging from django.conf import settings from django.shortcuts import render -from troggle.core.models import CaveDescription +from troggle.core.models_caves import CaveDescription def weighted_choice(lst): n = random.uniform(0,1) -- cgit v1.2.3