From: Tim Peters Date: Sat, 18 Feb 2006 03:10:56 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5a0~620 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6be87f9b035b4071cd4f2a968fbff2d7df8b4a5;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/urllib2.py b/Lib/urllib2.py index 34d99fc6de18..19bf08205c75 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -1295,5 +1295,3 @@ class OpenerFactory: if inspect.isclass(ph): ph = ph() opener.add_handler(ph) - - diff --git a/Tools/msi/msilib.py b/Tools/msi/msilib.py index 9011b0a568b5..7ff8e9b78a23 100644 --- a/Tools/msi/msilib.py +++ b/Tools/msi/msilib.py @@ -672,4 +672,3 @@ def set_arch_from_file(path): else: raise ValueError, "Unsupported architecture" msi_type += ";1033" -