Kaydet (Commit) d2f7680b authored tarafından Georg Brandl's avatar Georg Brandl

Actually import itertools.

üst 26bc177f
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment