summaryrefslogtreecommitdiffstats
path: root/lldb/test/help/TestHelp.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/help/TestHelp.py')
-rw-r--r--lldb/test/help/TestHelp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py
index 2c665e104fe..b25666c0030 100644
--- a/lldb/test/help/TestHelp.py
+++ b/lldb/test/help/TestHelp.py
@@ -4,6 +4,8 @@ Test some lldb help commands.
See also CommandInterpreter::OutputFormattedHelpText().
"""
+from __future__ import print_function
+
import lldb_shared
import os, time
OpenPOWER on IntegriCloud