aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/runner.py b/testing/runner.py
index 0bc04de81..09b873d26 100644
--- a/testing/runner.py
+++ b/testing/runner.py
@@ -198,7 +198,6 @@ class TestRunner(object):
labelled = True
tee_src = dedent("""\
- from __future__ import print_function
import sys
{}
py_tee(sys.stdin, sys.stdout, '{label}')