summaryrefslogtreecommitdiffstats
path: root/Lib/collections
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-13 00:27:22 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-13 00:27:22 (GMT)
commit5703cd58ca2a83bee48266aa31b759e6349b5323 (patch)
tree44d5e2d35ff0e4827abe45547ded00c885cc74f2 /Lib/collections
parent06239f62b0dd6201f1c5ffde1be1e359fae662a6 (diff)
downloadcpython-5703cd58ca2a83bee48266aa31b759e6349b5323.zip
cpython-5703cd58ca2a83bee48266aa31b759e6349b5323.tar.gz
cpython-5703cd58ca2a83bee48266aa31b759e6349b5323.tar.bz2
whitespace cleanup
Diffstat (limited to 'Lib/collections')
-rw-r--r--Lib/collections/abc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py
index 5393810..891600d 100644
--- a/Lib/collections/abc.py
+++ b/Lib/collections/abc.py
@@ -1,3 +1,2 @@
from _collections_abc import *
from _collections_abc import __all__
-