[Python-checkins] cpython: whitespace cleanup

christian.heimes python-checkins at python.org
Sun Oct 13 02:27:38 CEST 2013


http://hg.python.org/cpython/rev/1eb688c52611
changeset:   86277:1eb688c52611
user:        Christian Heimes <christian at cheimes.de>
date:        Sun Oct 13 02:27:22 2013 +0200
summary:
  whitespace cleanup

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


diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py
--- a/Lib/collections/abc.py
+++ b/Lib/collections/abc.py
@@ -1,3 +1,2 @@
 from _collections_abc import *
 from _collections_abc import __all__
-

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


More information about the Python-checkins mailing list