diff options
Diffstat (limited to 'lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py')
-rw-r--r-- | lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py index 7319ce39b48..859cbdc452c 100644 --- a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py +++ b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py @@ -2,6 +2,8 @@ Test SBprocess and SBThread APIs with printing of the stack traces using lldbutil. """ +from __future__ import print_function + import lldb_shared import os, time |