Whitespace normalization.

This commit is contained in:
Tim Peters 2005-12-30 18:42:42 +00:00
parent 4cfa136680
commit 1b27f86411
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ class PyBuildExt(build_ext):
line = line.split()
remove_modules.append(line[0])
input.close()
for ext in self.extensions[:]:
if ext.name in remove_modules:
self.extensions.remove(ext)