mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
1977158be7
git-svn-id: http://svn.pyinstaller.org/trunk@668 8dd32b29-ccff-0310-8a9a-9233e24343b1
4 lines
169 B
Python
4 lines
169 B
Python
# some modules use the old-style import: explicitly include
|
|
# the new module when the old one is referenced
|
|
hiddenimports = ["email.mime.text", "email.mime.multipart"]
|