def __init__(self): # Set threads to # of available cpus/cores self.threads = detectCPUs() RuntestBase.__init__(self)
def __init__(self): RuntestBase.__init__(self)