diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-04 23:04:27 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-04 23:04:27 (GMT) |
commit | b48925a4060243688c108d0df1e102eb7a1580d0 (patch) | |
tree | cf0c99e622ff07e85ba456ff66b9dde9cd0a1332 /Mac/Tools | |
parent | d4b5aaa9a9455f53c1fe4244f37ee3d5632bf53f (diff) | |
download | cpython-b48925a4060243688c108d0df1e102eb7a1580d0.zip cpython-b48925a4060243688c108d0df1e102eb7a1580d0.tar.gz cpython-b48925a4060243688c108d0df1e102eb7a1580d0.tar.bz2 |
#16135: Removal of OS/2 support (I)
Diffstat (limited to 'Mac/Tools')
-rw-r--r-- | Mac/Tools/bundlebuilder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/bundlebuilder.py b/Mac/Tools/bundlebuilder.py index 6cc130f..f5679d3 100644 --- a/Mac/Tools/bundlebuilder.py +++ b/Mac/Tools/bundlebuilder.py @@ -270,7 +270,7 @@ __load() del __load """ -MAYMISS_MODULES = ['mac', 'os2', 'nt', 'ntpath', 'dos', 'dospath', +MAYMISS_MODULES = ['mac', 'nt', 'ntpath', 'dos', 'dospath', 'win32api', 'ce', '_winreg', 'nturl2path', 'sitecustomize', 'org.python.core', 'riscos', 'riscosenviron', 'riscospath' ] |