summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/bundlebuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Tools/bundlebuilder.py')
-rw-r--r--Mac/Tools/bundlebuilder.py2
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'
]