summaryrefslogtreecommitdiff
path: root/Lib/collections.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-06 22:49:47 +0000
committerGeorg Brandl <georg@python.org>2010-02-06 22:49:47 +0000
commit751366baf59c5f7632f6239fddcac200ac9f0f41 (patch)
tree796c5a772d3df85accb2af451a2780db6aa8d769 /Lib/collections.py
parentde77e51fa6202b9996e8d68bc6c2ba4f55d88df3 (diff)
downloadcpython-751366baf59c5f7632f6239fddcac200ac9f0f41.tar.gz
Remove unused import.
Diffstat (limited to 'Lib/collections.py')
-rw-r--r--Lib/collections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/collections.py b/Lib/collections.py
index abf6f8927d..12f3ccad67 100644
--- a/Lib/collections.py
+++ b/Lib/collections.py
@@ -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