mirror of
https://github.com/python/cpython.git
synced 2026-05-22 12:24:30 -04:00
Actually import itertools.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user