mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
9ff05a48a3
git-svn-id: http://svn.pyinstaller.org/trunk@767 8dd32b29-ccff-0310-8a9a-9233e24343b1
11 lines
459 B
Plaintext
11 lines
459 B
Plaintext
{
|
|
'pythoncom': ['support/rthooks/versioneddll.py'],
|
|
'pywintypes': ['support/rthooks/versioneddll.py'],
|
|
'win32com': ['support/rthooks/win32comgenpy.py'],
|
|
'OpenGL': ['support/rthooks/pyi_rth_opengl.py'],
|
|
'PyQt4': ['support/rthooks/pyi_rth_qt4plugins.py'],
|
|
'matplotlib': ['support/rthooks/pyi_rth_mpldata.py'],
|
|
'babel': ['support/rthooks/pyi_rth_babel.py'],
|
|
'django': ['support/rthooks/pyi_rth_django.py'],
|
|
}
|