Issue #19218: Add facade collections.abc

This commit is contained in:
Christian Heimes 2013-10-13 02:04:50 +02:00
parent f1dc3ee16d
commit 52c5e57dbc
1 changed files with 3 additions and 0 deletions

3
Lib/collections/abc.py Normal file
View File

@ -0,0 +1,3 @@
from _collections_abc import *
from _collections_abc import __all__