From 62dca92a29e746d7dabf04ad7bea6931fa0e7ad7 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 25 Nov 2016 18:00:29 +0100 Subject: Replacing cached_property module from Django to a standalone one --- ql/lineup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ql') diff --git a/ql/lineup.py b/ql/lineup.py index b0d5847..5a2ce82 100644 --- a/ql/lineup.py +++ b/ql/lineup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from django.utils.functional import cached_property +from cached_property import cached_property from .orm.models import Segment, Team, Player -- cgit v1.2.3