summaryrefslogtreecommitdiff
path: root/app/controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/controller.py')
-rw-r--r--app/controller.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controller.py b/app/controller.py
index b00bf6b..498715d 100644
--- a/app/controller.py
+++ b/app/controller.py
@@ -1,8 +1,8 @@
from typing import Tuple
from operator import attrgetter
-from match_up.data import Game, PLAYER_PER_COURT
-from match_up.model import Player, PlayerList, CourtList
-from match_up.utilities import (
+from app.data import Game, PLAYER_PER_COURT
+from app.model import Player, PlayerList, CourtList
+from app.utilities import (
_create_placeholders,
_select_players,
_create_shuffle_games,