From 7d4b759bd972742dfba35597708522f91be5548a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 6 Feb 2010 22:49:47 +0000 Subject: Remove unused import. --- Lib/collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- cgit v0.12