summaryrefslogtreecommitdiff
path: root/testtools/runtest.py
diff options
context:
space:
mode:
authorJamu Kakar <jkakar@kakar.ca>2010-07-29 13:20:37 +0100
committerJamu Kakar <jkakar@kakar.ca>2010-07-29 13:20:37 +0100
commit435ac03e004879b2e7dc12fdeb7e6dc9f63d9914 (patch)
tree90410264ce21b9096a8b95c0c5f52755b925a005 /testtools/runtest.py
parentf882da56ca7ad795bf23f004c0b94100ac77e331 (diff)
downloadtesttools-435ac03e004879b2e7dc12fdeb7e6dc9f63d9914.tar.gz
- All old-style classes are now new-style classes.
Diffstat (limited to 'testtools/runtest.py')
-rw-r--r--testtools/runtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/runtest.py b/testtools/runtest.py
index cdf394d..944a144 100644
--- a/testtools/runtest.py
+++ b/testtools/runtest.py
@@ -12,7 +12,7 @@ import sys
from testtools.testresult import ExtendedToOriginalDecorator
-class RunTest:
+class RunTest(object):
"""An object to run a test.
RunTest objects are used to implement the internal logic involved in