summaryrefslogtreecommitdiff
path: root/jfr_playoff/data/match
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-01-02 00:55:55 +0100
committeremkael <emkael@tlen.pl>2020-01-02 00:55:55 +0100
commit8ec9f68131ff3ff6f3dab3af5f27fa25e6d66f45 (patch)
tree3e15f1bb69f26b4f4dfa4b9dec72176abe6e671c /jfr_playoff/data/match
parent18c8b492ae89319163c4d11d489bf404b6c58e52 (diff)
Adjustments to the result info client model to make it usable with PyInstallerv2.1.0
Diffstat (limited to 'jfr_playoff/data/match')
-rw-r--r--jfr_playoff/data/match/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/jfr_playoff/data/match/__init__.py b/jfr_playoff/data/match/__init__.py
index 6137078..b397be6 100644
--- a/jfr_playoff/data/match/__init__.py
+++ b/jfr_playoff/data/match/__init__.py
@@ -13,3 +13,10 @@ class MatchInfoClient(ResultInfoClient):
def running_link(self):
raise NotImplementedError
+
+
+CLIENTS = [
+ 'jfr_playoff.data.match.jfrdb',
+ 'jfr_playoff.data.match.jfrhtml',
+ 'jfr_playoff.data.match.tcjson'
+]