mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
a83551956e
git-svn-id: http://svn.pyinstaller.org/trunk@617 8dd32b29-ccff-0310-8a9a-9233e24343b1
9 lines
322 B
Plaintext
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'],
|
|
}
|