From 52c5e57dbcbc875ef74f58a3e12b45f0821fdf9c Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 13 Oct 2013 02:04:50 +0200 Subject: [PATCH] Issue #19218: Add facade collections.abc --- Lib/collections/abc.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Lib/collections/abc.py diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py new file mode 100644 index 00000000000..5393810ea58 --- /dev/null +++ b/Lib/collections/abc.py @@ -0,0 +1,3 @@ +from _collections_abc import * +from _collections_abc import __all__ +