mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 20:10:07 -08:00
pep8
This commit is contained in:
4
.github/pyinstaller/hooks/hook-vivisect.py
vendored
4
.github/pyinstaller/hooks/hook-vivisect.py
vendored
@@ -22,14 +22,12 @@ excludedimports = [
|
||||
"PyQt5",
|
||||
"qt5",
|
||||
"pyqtwebengine",
|
||||
|
||||
# the above are imported by these viv modules.
|
||||
# so really, we'd want to exclude these submodules of viv.
|
||||
# but i dont think this works.
|
||||
"vqt",
|
||||
"vdb.qt",
|
||||
"envi.qt",
|
||||
|
||||
# unused by capa
|
||||
"pyasn1",
|
||||
]
|
||||
@@ -155,4 +153,4 @@ hiddenimports = [
|
||||
"vstruct.defs.windows.win_6_3_i386.ntoskrnl",
|
||||
"vstruct.defs.windows.win_6_3_wow64",
|
||||
"vstruct.defs.windows.win_6_3_wow64.ntdll",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user