]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix from Bastian Kleineidam
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Jul 2000 13:35:07 +0000 (13:35 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Jul 2000 13:35:07 +0000 (13:35 +0000)
Lib/distutils/command/build_ext.py

index 6456ad498f9a1565b44121d4760826bfae018544..37d19c7db4c3f0abd4f9fbd11f6cba497454285c 100644 (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...