Files
pyinstaller/rthooks.dat
T
duplo f0bc04af05 Add preliminary django support to PyInstaller
git-svn-id: http://svn.pyinstaller.org/trunk@717 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-10-08 07:46:41 +00:00

11 lines
451 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/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'],
}