Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaarnio committed May 10, 2024
1 parent b5b522c commit 05512a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion building/eis_toolkit_binary.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import glob, os
from PyInstaller.utils.hooks import collect_dynamic_libs
from PyInstaller.utils.hooks import collect_dynamic_libs, collect_submodules

hiddenimports = collect_submodules('encodings')

Expand Down

0 comments on commit 05512a4

Please sign in to comment.