From: Andrew M. Kuchling Date: Fri, 14 Jul 2000 13:35:07 +0000 (+0000) Subject: Typo fix from Bastian Kleineidam X-Git-Tag: v2.0b1~832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23adc9f37b981f33f1afbe08ec0fb934b3881103;p=thirdparty%2FPython%2Fcpython.git Typo fix from Bastian Kleineidam --- diff --git a/Lib/distutils/command/build_ext.py b/Lib/distutils/command/build_ext.py index 6456ad498f9a..37d19c7db4c3 100644 --- a/Lib/distutils/command/build_ext.py +++ b/Lib/distutils/command/build_ext.py @@ -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...