Skip to content

Commit 0dcef57

Browse files
author
georg.brandl
committed
Actually import itertools.
git-svn-id: http://svn.python.org/projects/python/trunk@61211 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent ee77674 commit 0dcef57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/_abcoll.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"""
1010

1111
from abc import ABCMeta, abstractmethod
12+
import itertools
1213

1314
__all__ = ["Hashable", "Iterable", "Iterator",
1415
"Sized", "Container", "Callable",

0 commit comments

Comments
 (0)