| commit | a49e0a0893ed83f0571b19fc29a3263edf53e7f6 | [log] [tgz] |
|---|---|---|
| author | Andrew M. Kuchling <amk@amk.ca> | Mon Aug 13 14:40:29 2001 +0000 |
| committer | Andrew M. Kuchling <amk@amk.ca> | Mon Aug 13 14:40:29 2001 +0000 |
| tree | f341ed8a9a16367b5f352c5292c028f673067243 | |
| parent | 3e4424848350484e4d14794e8af27f63f07b19ca [diff] |
Remove unused imports (PyChecker)
diff --git a/Lib/threading.py b/Lib/threading.py index 74e93bb..0936e31 100644 --- a/Lib/threading.py +++ b/Lib/threading.py
@@ -551,8 +551,6 @@ def _test(): - import random - class BoundedQueue(_Verbose): def __init__(self, limit): @@ -615,8 +613,6 @@ print item self.count = self.count - 1 - import time - NP = 3 QL = 4 NI = 5