summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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