[Python-checkins] cpython: white space cleanup

christian.heimes python-checkins at python.org
Wed Jun 27 15:37:56 CEST 2012


http://hg.python.org/cpython/rev/a0cfb8c7dfb3
changeset:   77815:a0cfb8c7dfb3
user:        Christian Heimes <christian at cheimes.de>
date:        Wed Jun 27 15:37:47 2012 +0200
summary:
  white space cleanup

files:
  Lib/crypt.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/crypt.py b/Lib/crypt.py
--- a/Lib/crypt.py
+++ b/Lib/crypt.py
@@ -60,4 +60,3 @@
         methods.append(_method)
 methods.append(METHOD_CRYPT)
 del _result, _method
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list