Don't exclude zipfile, it's needed by pyobjc, which is needed to get access to NSURL

This commit is contained in:
Lukáš Lalinský
2017-02-19 19:15:17 +01:00
parent 562266f0d1
commit ddc6b44d7e

View File

@@ -55,7 +55,7 @@ exclude_modules = [
'distutils', 'unittest',
'bdb', 'calendar', 'difflib', 'doctest', 'dummy_thread', 'gzip',
'optparse', 'pdb', 'plistlib', 'pyexpat', 'quopri', 'repr',
'stringio', 'tarfile', 'uu', 'zipfile'
'stringio', 'tarfile', 'uu'
]
if do_py2app: