summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-02-26 16:36:46 +0100
committeremkael <emkael@tlen.pl>2017-02-26 16:36:46 +0100
commitfca5169ad79dbee8db6d31a7ab51a74525fda561 (patch)
tree8046c2481507d56753986dfe5180b1667ea56bb7
parentf6870ca22e3dfc2582585704e70b3a2dd1283f3c (diff)
https://github.com/michzimny/teamy-quick-lineup/pull/9#pullrequestreview-23883015
-rw-r--r--ql/lineup.py2
1 files changed, 1 insertions, 1 deletions
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