diff options
Diffstat (limited to 'Mac')
-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 6cc130fa44..f5679d3bd1 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' ] |