summaryrefslogtreecommitdiff
path: root/bidding_data_gui.spec
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-10 18:13:13 +0100
committeremkael <emkael@tlen.pl>2016-11-10 18:13:13 +0100
commit987dc8818a2e5a6a6b1dc88d0f98112b5a665870 (patch)
tree896ef30df9c258a5d20c72c7f723563f134508c1 /bidding_data_gui.spec
parent7dd615cb5254c309c30e97f68c63f56bcb36f91d (diff)
* new bundles
Diffstat (limited to 'bidding_data_gui.spec')
-rw-r--r--bidding_data_gui.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bidding_data_gui.spec b/bidding_data_gui.spec
index cbacb94..5f15c35 100644
--- a/bidding_data_gui.spec
+++ b/bidding_data_gui.spec
@@ -1,7 +1,7 @@
import os
a = Analysis(['src\\bidding_data_gui.py'],
pathex=[os.path.abspath('.')],
- hiddenimports=[],
+ hiddenimports=['bidding_data'],
hookspath=None,
runtime_hooks=None)
pyz = PYZ(a.pure)