commit | 7d4b759bd972742dfba35597708522f91be5548a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Feb 06 22:49:47 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Feb 06 22:49:47 2010 +0000 |
tree | b1b1ecbe0c061b1e4f2833175f41a6554165f9f5 | |
parent | 48e65f5f6654b107cc5ea04c46c4e0eb6a32def6 [diff] [blame] |
Remove unused import.
diff --git a/Lib/collections.py b/Lib/collections.py index abf6f89..12f3cca 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