From: Andrew M. Kuchling Date: Mon, 13 Aug 2001 14:40:29 +0000 (+0000) Subject: Remove unused imports (PyChecker) X-Git-Tag: v2.2a3~602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a49e0a0893ed83f0571b19fc29a3263edf53e7f6;p=thirdparty%2FPython%2Fcpython.git Remove unused imports (PyChecker) --- diff --git a/Lib/threading.py b/Lib/threading.py index 74e93bb175c2..0936e31e408a 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -551,8 +551,6 @@ _MainThread() def _test(): - import random - class BoundedQueue(_Verbose): def __init__(self, limit): @@ -615,8 +613,6 @@ def _test(): print item self.count = self.count - 1 - import time - NP = 3 QL = 4 NI = 5