diff options
author | emkael <emkael@tlen.pl> | 2017-02-26 16:36:46 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-02-26 16:36:46 +0100 |
commit | fca5169ad79dbee8db6d31a7ab51a74525fda561 (patch) | |
tree | 8046c2481507d56753986dfe5180b1667ea56bb7 /ql | |
parent | f6870ca22e3dfc2582585704e70b3a2dd1283f3c (diff) |
https://github.com/michzimny/teamy-quick-lineup/pull/9#pullrequestreview-23883015
Diffstat (limited to 'ql')
-rw-r--r-- | ql/lineup.py | 2 |
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
|