From 8ec9f68131ff3ff6f3dab3af5f27fa25e6d66f45 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 2 Jan 2020 00:55:55 +0100 Subject: Adjustments to the result info client model to make it usable with PyInstaller --- jfr_playoff/data/tournament/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'jfr_playoff/data/tournament/__init__.py') diff --git a/jfr_playoff/data/tournament/__init__.py b/jfr_playoff/data/tournament/__init__.py index 792f634..996a399 100644 --- a/jfr_playoff/data/tournament/__init__.py +++ b/jfr_playoff/data/tournament/__init__.py @@ -10,3 +10,10 @@ class TournamentInfoClient(ResultInfoClient): def get_tournament_results(self): raise NotImplementedError + + +CLIENTS = [ + 'jfr_playoff.data.tournament.jfrdb', + 'jfr_playoff.data.tournament.jfrhtml', + 'jfr_playoff.data.tournament.tcjson' +] -- cgit v1.2.3