diff options
Diffstat (limited to 'lldb/test/python_api/section/TestSectionAPI.py')
-rwxr-xr-x | lldb/test/python_api/section/TestSectionAPI.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/section/TestSectionAPI.py b/lldb/test/python_api/section/TestSectionAPI.py index 7a6bc3ac812..8d7aef4945d 100755 --- a/lldb/test/python_api/section/TestSectionAPI.py +++ b/lldb/test/python_api/section/TestSectionAPI.py @@ -2,6 +2,8 @@ Test SBSection APIs. """ +from __future__ import print_function + import lldb_shared from lldbtest import * |