Typo fix from Bastian Kleineidam
This commit is contained in:
parent
397be50a88
commit
23adc9f37b
|
@ -309,7 +309,7 @@ class build_ext (Command):
|
||||||
|
|
||||||
|
|
||||||
def get_source_files (self):
|
def get_source_files (self):
|
||||||
self.check_extension_list()
|
self.check_extensions_list(self.extensions)
|
||||||
filenames = []
|
filenames = []
|
||||||
|
|
||||||
# Wouldn't it be neat if we knew the names of header files too...
|
# Wouldn't it be neat if we knew the names of header files too...
|
||||||
|
|
Loading…
Reference in New Issue