Remove usb hidden import from PyInstaller spec.

This commit is contained in:
iabdalkader 2016-04-27 18:21:42 +02:00
parent 8cd6fbf301
commit 3f0340d103

View File

@ -9,7 +9,7 @@ if sysname == "Linux" or sysname == "Darwin":
rt_hooks=['gdk_rthook.py']
a = Analysis(['openmv-ide.py'],
hiddenimports=['usb', 'numpy'],
hiddenimports=['numpy'],
hookspath=None,
runtime_hooks=rt_hooks,
excludes=None,