Skip to content

Commit

Permalink
Ticket #292: add pywinauto import hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Nov 18, 2010
1 parent 411c636 commit a644a0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/CHANGES.txt
Expand Up @@ -19,6 +19,7 @@ Changes since PyInstaller 1.4
(.pyd/.so) compressed within .egg-files.
+ Add import hook for PyTables.
+ Add missing import hook for QtWebKit.
+ Add import hook for pywinauto.
* Improve matplotlib import hook (for Mac OSX).
* Improve Django import hooks.
* Rewritten the build system for the bootloader using waf (thanks
Expand Down
Empty file added hooks/hook-pywinauto.py
Empty file.
14 changes: 14 additions & 0 deletions hooks/hook-pywinauto.tests.py
@@ -0,0 +1,14 @@
hiddenimports = [
"allcontrols",
"asianhotkey",
"comboboxdroppedheight",
"comparetoreffont",
"leadtrailspaces",
"miscvalues",
"missalignment",
"missingextrastring",
"overlapping",
"repeatedhotkey",
"translation",
"truncation",
]

0 comments on commit a644a0b

Please sign in to comment.