From: Benjamin Peterson Date: Mon, 16 Jan 2012 03:43:10 +0000 (-0500) Subject: kill useless import added by 87331661042b X-Git-Tag: v3.3.0a1~392 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f5b6d7e8f8aa5ed94dea62a7fd1df57b8fd713d;p=thirdparty%2FPython%2Fcpython.git kill useless import added by 87331661042b --- diff --git a/Lib/importlib/test/source/test_abc_loader.py b/Lib/importlib/test/source/test_abc_loader.py index 74ca2e1236ed..be81992fb2d5 100644 --- a/Lib/importlib/test/source/test_abc_loader.py +++ b/Lib/importlib/test/source/test_abc_loader.py @@ -5,7 +5,6 @@ from .. import abc as testing_abc from .. import util from . import util as source_util -import collections import imp import inspect import io