Actually import itertools.
This commit is contained in:
parent
26bc177fe6
commit
d2f7680b8f
|
@ -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…
Reference in New Issue