From: Christian Heimes Date: Wed, 27 Jun 2012 13:37:47 +0000 (+0200) Subject: white space cleanup X-Git-Tag: v3.3.0b2~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab4757799362c3abf4059514eed8354d060d8dae;p=thirdparty%2FPython%2Fcpython.git white space cleanup --- diff --git a/Lib/crypt.py b/Lib/crypt.py index ce8c85b7796e..b90c81cc40e7 100644 --- a/Lib/crypt.py +++ b/Lib/crypt.py @@ -60,4 +60,3 @@ for _method in (METHOD_SHA512, METHOD_SHA256, METHOD_MD5): methods.append(_method) methods.append(METHOD_CRYPT) del _result, _method -