#16135: Removal of OS/2 support (C code and Docs)

This commit is contained in:
Jesus Cea 2012-10-05 02:27:40 +02:00
parent 14c81aba50
commit b176203dda
5 changed files with 2 additions and 29 deletions

View file

@ -125,7 +125,7 @@ def main():
# default the exclude list for each platform
if win: exclude = exclude + [
'dos', 'dospath', 'mac', 'macpath', 'macfs', 'MACFS', 'posix',
'os2', 'ce',
'ce',
]
fail_import = exclude[:]