mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +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
|
from abc import ABCMeta, abstractmethod
|
||||||
|
import itertools
|
||||||
|
|
||||||
__all__ = ["Hashable", "Iterable", "Iterator",
|
__all__ = ["Hashable", "Iterable", "Iterator",
|
||||||
"Sized", "Container", "Callable",
|
"Sized", "Container", "Callable",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue