#16135: Removal of OS/2 support (I)

This commit is contained in:
Jesus Cea 2012-10-05 01:04:27 +02:00
parent d4b5aaa9a9
commit b48925a406
7 changed files with 3 additions and 330 deletions

View file

@ -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'
]