diff --git a/Lib/collections.py b/Lib/collections.py index abf6f8927d9..12f3ccad67f 100644 --- a/Lib/collections.py +++ b/Lib/collections.py @@ -12,7 +12,7 @@ import heapq as _heapq from weakref import proxy as _proxy from itertools import repeat as _repeat, chain as _chain, starmap as _starmap, \ - ifilter as _ifilter, imap as _imap, izip as _izip + ifilter as _ifilter, imap as _imap ################################################################################ ### OrderedDict