Files
pyinstaller/hooks/hook-matplotlib.numerix.py
T
giovannibajo a6cf5887f7 Add import hook (contributed by Peter Burgers)
git-svn-id: http://svn.pyinstaller.org/trunk@601 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-17 23:18:41 +00:00

7 lines
215 B
Python

# Contributed by Peter Burgers
# The matplotlib.numerix package sneaks these imports in under the radar:
hiddenimports = ['fft',
'linear_algebra',
'random_array',
]