]> granicus.if.org Git - python/commitdiff
Actually import itertools.
authorGeorg Brandl <georg@python.org>
Mon, 3 Mar 2008 21:22:47 +0000 (21:22 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 3 Mar 2008 21:22:47 +0000 (21:22 +0000)
Lib/_abcoll.py

index d25d521290ac720b4a0f8e80ae41cee7cb5709ee..b8f6fb94c87acee0836f63ddca345558e42d5746 100644 (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",