Commit 2da0fd12 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix from Bastian Kleineidam

parent 88731fcc
......@@ -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...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment