diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | dist/quick_lineup.exe | bin | 0 -> 8533894 bytes | |||
-rw-r--r-- | ql/lineup.py | 2 |
3 files changed, 1 insertions, 2 deletions
@@ -4,5 +4,4 @@ __pycache__ /venv* build -dist config.json diff --git a/dist/quick_lineup.exe b/dist/quick_lineup.exe Binary files differnew file mode 100644 index 0000000..bae93aa --- /dev/null +++ b/dist/quick_lineup.exe 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
|