test.py
changeset 5415 5c2f96b507a9
parent 5414 0d8cda24ced4
child 5459 3c240ed38d99
--- a/test.py	Tue Oct 13 00:21:39 2009 -0700
+++ b/test.py	Tue Oct 13 10:23:21 2009 -0700
@@ -569,7 +569,7 @@
 # This class defines a unit of testing work.  It will typically refer to
 # a test suite to run using the test-runner, or an example to run directly.
 #
-class Job():
+class Job:
     def __init__(self):
         self.is_break = False
         self.is_skip = False