Files
pyinstaller/rthooks.dat
T
giovannibajo a83551956e Add complete import hook for matplotlib
git-svn-id: http://svn.pyinstaller.org/trunk@617 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-02-23 14:56:57 +00:00

9 lines
322 B
Plaintext

{
'pythoncom': ['support/rthooks/versioneddll.py'],
'pywintypes': ['support/rthooks/versioneddll.py'],
'win32com': ['support/rthooks/win32comgenpy.py'],
'OpenGL': ['support/rthooks/opengl.py'],
'PyQt4': ['support/rthooks/qt4plugins.py'],
'matplotlib': ['support/rthooks/mpldata.py'],
}