summaryrefslogtreecommitdiff
path: root/testrepository/setuptools_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrepository/setuptools_command.py')
-rw-r--r--testrepository/setuptools_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrepository/setuptools_command.py b/testrepository/setuptools_command.py
index 2718e3e..fbaf606 100644
--- a/testrepository/setuptools_command.py
+++ b/testrepository/setuptools_command.py
@@ -77,7 +77,7 @@ class Testr(cmd.Command):
raise distutils.errors.DistutilsError(
"testr failed (%d)" % testr_ret)
if self.slowest:
- print "Slowest Tests"
+ print ("Slowest Tests")
self._run_testr("slowest")
if self.coverage:
self._coverage_after()