diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py index dff26f3688e..8a783e964e5 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py +++ b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py @@ -5,8 +5,8 @@ from __future__ import print_function import use_lldb_suite import os, re -from lldbtest import * -import lldbutil +from lldbsuite.test.lldbtest import * +import lldbsuite.test.lldbutil as lldbutil import lldb import subprocess |