summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2011-10-17 00:36:49 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2011-10-17 00:36:49 (GMT)
commitf813080736433fe7cacffe782a3c209a720a09ff (patch)
treebe09f016300bdbefa55c013cd8646b8542b1ea32 /Lib/distutils
parenta9efb6fdd8f102eb1217cb93fccd477a82e1cc2f (diff)
parent53e4a9a763aa137140dce2cb256c4a4fb923eacd (diff)
downloadcpython-f813080736433fe7cacffe782a3c209a720a09ff.zip
cpython-f813080736433fe7cacffe782a3c209a720a09ff.tar.gz
cpython-f813080736433fe7cacffe782a3c209a720a09ff.tar.bz2
normalize whitespace in Lib/distutils/msvc9compiler.py
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/msvc9compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/msvc9compiler.py b/Lib/distutils/msvc9compiler.py
index 0807a36..b3f6ce1 100644
--- a/Lib/distutils/msvc9compiler.py
+++ b/Lib/distutils/msvc9compiler.py
@@ -715,7 +715,7 @@ class MSVCCompiler(CCompiler) :
manifest_buf = re.sub(pattern, "", manifest_buf)
pattern = "<dependentAssembly>\s*</dependentAssembly>"
manifest_buf = re.sub(pattern, "", manifest_buf)
- # Now see if any other assemblies are referenced - if not, we
+ # Now see if any other assemblies are referenced - if not, we
# don't want a manifest embedded.
pattern = re.compile(
r"""<assemblyIdentity.*?name=(?:"|')(.+?)(?:"|')"""