Add import hook for PyTables.

git-svn-id: http://svn.pyinstaller.org/trunk@834 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2010-05-17 13:39:19 +00:00
parent 300b00b99f
commit 2b8c9ca39a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ Changes since PyInstaller 1.4
-----------------------------
* Fix spurious KeyError when using dbhash
* Fix import of nested packages made from Pyrex-generated files.
+ Add import hook for PyTables.
Changes since PyInstaller 1.3
+1
View File
@@ -0,0 +1 @@
hiddenimports = ["tables._comp_lzo", "tables._comp_bzip2"]