summaryrefslogtreecommitdiff
path: root/cbuildbot/stages/generic_stages_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'cbuildbot/stages/generic_stages_unittest.py')
-rwxr-xr-xcbuildbot/stages/generic_stages_unittest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cbuildbot/stages/generic_stages_unittest.py b/cbuildbot/stages/generic_stages_unittest.py
index 9cb2082ba..93835d3e8 100755
--- a/cbuildbot/stages/generic_stages_unittest.py
+++ b/cbuildbot/stages/generic_stages_unittest.py
@@ -5,6 +5,8 @@
"""Unittests for generic stages."""
+from __future__ import print_function
+
import contextlib
import copy
import mox