Files
pyinstaller/hooks/hook-matplotlib.numerix.py
giovannibajo 124bdbd1a8 Yet another missing numerix submodule in matplotlib
git-svn-id: http://svn.pyinstaller.org/trunk@779 8dd32b29-ccff-0310-8a9a-9233e24343b1
2010-03-12 20:07:39 +00:00

11 lines
201 B
Python

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