Remove unused imports (PyChecker)

This commit is contained in:
Andrew M. Kuchling 2001-08-13 14:40:29 +00:00
parent 3e44248483
commit a49e0a0893
1 changed files with 0 additions and 4 deletions

View File

@ -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