summaryrefslogtreecommitdiffstats
path: root/Lib/collections
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-13 00:04:50 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-13 00:04:50 (GMT)
commit52c5e57dbcbc875ef74f58a3e12b45f0821fdf9c (patch)
tree365c07b881def274b53c37e59f727dc594cf614b /Lib/collections
parentf1dc3ee16dbc81d7f91fd844c5dfcb0fd1a06500 (diff)
downloadcpython-52c5e57dbcbc875ef74f58a3e12b45f0821fdf9c.zip
cpython-52c5e57dbcbc875ef74f58a3e12b45f0821fdf9c.tar.gz
cpython-52c5e57dbcbc875ef74f58a3e12b45f0821fdf9c.tar.bz2
Issue #19218: Add facade collections.abc
Diffstat (limited to 'Lib/collections')
-rw-r--r--Lib/collections/abc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py
new file mode 100644
index 0000000..5393810
--- /dev/null
+++ b/Lib/collections/abc.py
@@ -0,0 +1,3 @@
+from _collections_abc import *
+from _collections_abc import __all__
+