]> granicus.if.org Git - python/commitdiff
Issue #19218: Add facade collections.abc
authorChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 00:04:50 +0000 (02:04 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 00:04:50 +0000 (02:04 +0200)
Lib/collections/abc.py [new file with mode: 0644]

diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py
new file mode 100644 (file)
index 0000000..5393810
--- /dev/null
@@ -0,0 +1,3 @@
+from _collections_abc import *
+from _collections_abc import __all__
+