Actually import itertools.

This commit is contained in:
Georg Brandl 2008-03-03 21:22:47 +00:00
parent 26bc177fe6
commit d2f7680b8f
1 changed files with 1 additions and 0 deletions

View File

@ -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",