summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_processutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_processutils.py')
-rw-r--r--tests/unit/test_processutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_processutils.py b/tests/unit/test_processutils.py
index 689bad0..f096cf7 100644
--- a/tests/unit/test_processutils.py
+++ b/tests/unit/test_processutils.py
@@ -72,7 +72,7 @@ class ProcessExecutionErrorTest(utils.BaseTestCase):
the Wielder of Wonder, with world's renown.
""".strip()
err = processutils.ProcessExecutionError(stdout=stdout)
- print err.message
+ print(err.message)
self.assertTrue('people-kings' in err.message)
def test_with_stderr(self):