From 987dc8818a2e5a6a6b1dc88d0f98112b5a665870 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 10 Nov 2016 18:13:13 +0100 Subject: * new bundles --- bidding_data_gui.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bidding_data_gui.spec') 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) -- cgit v1.2.3