diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script')
4 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py b/lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py index 9542d0264a6..de449612a37 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py @@ -2,7 +2,6 @@ Test lldb Python commands. """ -from __future__ import print_function import sys import lldb diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py b/lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py index 21e599b82e5..c31e84cbb53 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py @@ -1,5 +1,4 @@ -from __future__ import print_function import lldb diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script/import/TestImport.py b/lldb/packages/Python/lldbsuite/test/commands/command/script/import/TestImport.py index bbeee1a5e32..9a96f78b922 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script/import/TestImport.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/script/import/TestImport.py @@ -1,6 +1,5 @@ """Test custom import command to import files by path.""" -from __future__ import print_function import lldb diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/TestRdar12586188.py b/lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/TestRdar12586188.py index fdcf8764e67..ab48c21dd66 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/TestRdar12586188.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/TestRdar12586188.py @@ -1,6 +1,5 @@ """Check that we handle an ImportError in a special way when command script importing files.""" -from __future__ import print_function import lldb |