summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/msvc9compiler.py
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2011-10-17 00:35:31 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2011-10-17 00:35:31 (GMT)
commit53e4a9a763aa137140dce2cb256c4a4fb923eacd (patch)
tree50a5e8d4bc96278c2e5362a34400a3ee40958422 /Lib/distutils/msvc9compiler.py
parent6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f (diff)
downloadcpython-53e4a9a763aa137140dce2cb256c4a4fb923eacd.zip
cpython-53e4a9a763aa137140dce2cb256c4a4fb923eacd.tar.gz
cpython-53e4a9a763aa137140dce2cb256c4a4fb923eacd.tar.bz2
normalize whitespace in Lib/distutils/msvc9compiler.py
Diffstat (limited to 'Lib/distutils/msvc9compiler.py')
-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=(?:"|')(.+?)(?:"|')"""