mirror of https://github.com/python/cpython.git
Actually import itertools.
This commit is contained in:
parent
26bc177fe6
commit
d2f7680b8f
|
@ -9,6 +9,7 @@
|
||||||
"""
|
"""
|
||||||
|
|
||||||
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…
Reference in New Issue