diff options
author | emkael <emkael@tlen.pl> | 2020-01-02 00:55:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-02 00:55:55 +0100 |
commit | 8ec9f68131ff3ff6f3dab3af5f27fa25e6d66f45 (patch) | |
tree | 3e15f1bb69f26b4f4dfa4b9dec72176abe6e671c /playoff.spec | |
parent | 18c8b492ae89319163c4d11d489bf404b6c58e52 (diff) |
Adjustments to the result info client model to make it usable with PyInstallerv2.1.0
Diffstat (limited to 'playoff.spec')
-rw-r--r-- | playoff.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/playoff.spec b/playoff.spec index 6ef27ca..337be2b 100644 --- a/playoff.spec +++ b/playoff.spec @@ -1,8 +1,7 @@ -import os a = Analysis(['playoff.py'], - pathex=[os.path.abspath('.')], + pathex=[SPECPATH], hiddenimports=['mysql.connector.locales.eng.client_error'], - hookspath=None, + hookspath=['.'], runtime_hooks=None, excludes=None) pyz = PYZ(a.pure) |