From 357502fe03a5f86c1c29d35c5d607541df157640 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 2 Aug 2011 16:14:33 +1200 Subject: General cleanup. Cut out unused variables and code, generally shut up pychecker as much as is reasonable. --- test/tutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 2327bdb9..19887fa9 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -66,7 +66,7 @@ class TestMaster(controller.Master): class ProxyThread(threading.Thread): def __init__(self, port, testq): self.tmaster = TestMaster(port, testq) - controller.exit = False + controller.should_exit = False threading.Thread.__init__(self) def run(self): -- cgit v1.2.3