mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Actually import itertools.
This commit is contained in:
parent
26bc177fe6
commit
d2f7680b8f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ bootstrapping issues. Unit tests are in test_collections.
|
|||
"""
|
||||
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import itertools
|
||||
|
||||
__all__ = ["Hashable", "Iterable", "Iterator",
|
||||
"Sized", "Container", "Callable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue