Files
pyinstaller/hooks/hook-matplotlib.numerix.py
T
giovannibajo 5a878bc8ed Ticket #88: Fix missing matplolib submodule
git-svn-id: http://svn.pyinstaller.org/trunk@775 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 19:47:07 +00:00

10 lines
189 B
Python

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