projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e44248
)
Remove unused imports (PyChecker)
author
Andrew M. Kuchling
<amk@amk.ca>
Mon, 13 Aug 2001 14:40:29 +0000
(14:40 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Mon, 13 Aug 2001 14:40:29 +0000
(14:40 +0000)
Lib/threading.py
patch
|
blob
|
history
diff --git
a/Lib/threading.py
b/Lib/threading.py
index 74e93bb175c2285c330af4145008ca4dca05d0a7..0936e31e408a02b4fb64533be58cd7b539035383 100644
(file)
--- 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