]> granicus.if.org Git - python/commitdiff
Remove unused import.
authorGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 22:49:47 +0000 (22:49 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 6 Feb 2010 22:49:47 +0000 (22:49 +0000)
Lib/collections.py

index abf6f8927d9c4015fe04281243505f270a8f05f2..12f3ccad67fb3859242b2e9332f20b40f7fef15a 100644 (file)
@@ -12,7 +12,7 @@ import sys as _sys
 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