diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py b/lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py index 8a3a5dc73a8..878fc8a5067 100644 --- a/lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py +++ b/lldb/packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py @@ -4,7 +4,7 @@ Test quoting of arguments to lldb commands from __future__ import print_function -import use_lldb_suite + import os, time, re import lldb |