Typo fix from Bastian Kleineidam

This commit is contained in:
Andrew M. Kuchling 2000-07-14 13:35:07 +00:00
parent 397be50a88
commit 23adc9f37b
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class build_ext (Command):
def get_source_files (self):
self.check_extension_list()
self.check_extensions_list(self.extensions)
filenames = []
# Wouldn't it be neat if we knew the names of header files too...