From f9e17289abd34cc65efd25c99931eed6072e7cbe Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sun, 16 Nov 2008 11:45:09 +0000 Subject: Forgot to change argument of manifest_rc. --- numpy/distutils/mingw32ccompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/mingw32ccompiler.py') diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py index 566183a80..3171dbf91 100644 --- a/numpy/distutils/mingw32ccompiler.py +++ b/numpy/distutils/mingw32ccompiler.py @@ -273,7 +273,7 @@ def msvc_manifest_xml(maj, min): return template % {'fullver': fullver, 'maj': maj, 'min': min} -def manifest_rc(biname, type='dll'): +def manifest_rc(name, type='dll'): """Return the rc file used to generate the res file which will be embedded as manifest for given manifest file name, of given type ('dll' or 'exe'). -- cgit v1.2.1