summaryrefslogtreecommitdiff
path: root/hook-jfr_playoff.data.py
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 /hook-jfr_playoff.data.py
parent18c8b492ae89319163c4d11d489bf404b6c58e52 (diff)
Adjustments to the result info client model to make it usable with PyInstallerv2.1.0
Diffstat (limited to 'hook-jfr_playoff.data.py')
-rw-r--r--hook-jfr_playoff.data.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hook-jfr_playoff.data.py b/hook-jfr_playoff.data.py
new file mode 100644
index 0000000..18d838d
--- /dev/null
+++ b/hook-jfr_playoff.data.py
@@ -0,0 +1,5 @@
+from PyInstaller.utils.hooks import collect_submodules
+hiddenimports = (
+ collect_submodules('jfr_playoff.data.tournament') +
+ collect_submodules('jfr_playoff.data.match')
+)