diff options
Diffstat (limited to 'lldb/test/settings/quoting/TestQuoting.py')
-rw-r--r-- | lldb/test/settings/quoting/TestQuoting.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/settings/quoting/TestQuoting.py b/lldb/test/settings/quoting/TestQuoting.py index 7ef861d2639..1c1bb8f5f46 100644 --- a/lldb/test/settings/quoting/TestQuoting.py +++ b/lldb/test/settings/quoting/TestQuoting.py @@ -2,6 +2,8 @@ Test quoting of arguments to lldb commands """ +from __future__ import print_function + import lldb_shared import os, time, re |