From: Jeremy Hylton Date: Fri, 9 May 2003 16:55:28 +0000 (+0000) Subject: Replace line somehow deleted before last checkin. X-Git-Tag: v2.3c1~778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93724dbd3df26bd01c1845bd3c5dd12172de169e;p=thirdparty%2FPython%2Fcpython.git Replace line somehow deleted before last checkin. --- diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index b4c890d0304a..4d7159f0f929 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py @@ -523,6 +523,7 @@ class MSVCCompiler (CCompiler) : % (self.__root,)) else: key = (r"%s\6.0\Build System\Components\Platforms" + r"\Win32 (%s)\Directories" % (self.__root, platform)) for base in HKEYS: d = read_values(base, key)