diff options
Diffstat (limited to 'lldb/test/functionalities/paths/TestPaths.py')
-rw-r--r-- | lldb/test/functionalities/paths/TestPaths.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/paths/TestPaths.py b/lldb/test/functionalities/paths/TestPaths.py index 35769206565..3376fabe0fd 100644 --- a/lldb/test/functionalities/paths/TestPaths.py +++ b/lldb/test/functionalities/paths/TestPaths.py @@ -1,6 +1,8 @@ """ Test some lldb command abbreviations. """ +from __future__ import print_function + import lldb_shared import lldb |