From fca5169ad79dbee8db6d31a7ab51a74525fda561 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 26 Feb 2017 16:36:46 +0100 Subject: https://github.com/michzimny/teamy-quick-lineup/pull/9#pullrequestreview-23883015 --- 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 872fc7f..688825b 100644 --- a/ql/lineup.py +++ b/ql/lineup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from cached_property import cached_property +from django.utils.functional import cached_property from .orm.models import Segment, Team, Player -- cgit v1.2.3