From: Gregory P. Smith Date: Sat, 14 May 2011 22:35:19 +0000 (-0700) Subject: fix whitespace X-Git-Tag: v3.2.1rc1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3221f82099d1b000387bf2d75e906ccd6801262;p=thirdparty%2FPython%2Fcpython.git fix whitespace --- diff --git a/Lib/hashlib.py b/Lib/hashlib.py index 0ebeed5a46e0..91080955ddd2 100644 --- a/Lib/hashlib.py +++ b/Lib/hashlib.py @@ -86,7 +86,7 @@ def __get_builtin_constructor(name): elif bs == '384': return _sha512.sha384 except ImportError: - pass # no extension module, this hash is unsupported. + pass # no extension module, this hash is unsupported. raise ValueError('unsupported hash type %s' % name)