From 9eedbc4f266d1e49d335d48c4c0f717401d927d2 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 2 Aug 2019 08:06:22 +0000 Subject: [lldb][NFC] Remove unused imports in python tests llvm-svn: 367663 --- .../test/functionalities/plugins/commands/TestPluginCommands.py | 3 --- .../functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | 2 -- 2 files changed, 5 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py index 25b83ed5532..39c1f7be559 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py @@ -5,9 +5,6 @@ Test that plugins that load commands work correctly. from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py index f10523746dc..9bfb5f8472f 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -6,8 +6,6 @@ from __future__ import print_function import os -import time -import re import lldb from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil -- cgit v1.2.3