Files
kube-hunter/pyinstaller_hooks/hook-prettytable.py
danielsagi a3ad928f29 Bug Fix: Pyinstaller prettytable error (#419)
* added specific problematic hooks folder for when compiling with pyinstaller. added a fix for prettytable import

* fixed typo

* lint fix
2020-12-04 13:43:37 +02:00

4 lines
109 B
Python

from PyInstaller.utils.hooks import collect_all
datas, binaries, hiddenimports = collect_all("prettytable")