mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
d20c296020
git-svn-id: http://svn.pyinstaller.org/trunk@664 8dd32b29-ccff-0310-8a9a-9233e24343b1
4 lines
183 B
Python
4 lines
183 B
Python
# codegen generates Python code that is then executed through exec().
|
|
# This Python code imports the following modules.
|
|
hiddenimports = ['mako.cache', 'make.runtime', 'mako.filters']
|