mirror of https://github.com/python/cpython
Add Counter() to __all__.
This commit is contained in:
parent
bad1eb2ff3
commit
562a4ada56
|
@ -1,4 +1,4 @@
|
|||
__all__ = ['deque', 'defaultdict', 'namedtuple']
|
||||
__all__ = ['Counter', 'deque', 'defaultdict', 'namedtuple']
|
||||
# For bootstrapping reasons, the collection ABCs are defined in _abcoll.py.
|
||||
# They should however be considered an integral part of collections.py.
|
||||
from _abcoll import *
|
||||
|
|
Loading…
Reference in New Issue