diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py b/lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py index a30f0d497be..6d2717b16e2 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/source/TestCommandSource.py @@ -2,7 +2,6 @@ Test that lldb command "command source" works correctly. """ -from __future__ import print_function import lldb |