From 56f9cfe30c4488aade888905bb6280ecb952a613 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Fri, 5 Aug 2022 13:35:20 -0600 Subject: [lldb] Remove uses of six module (NFC) With lldb (& llvm) requiring Python 3.6+, use of the `six` module can be removed. Differential Revision: https://reviews.llvm.org/D131304 --- lldb/packages/Python/lldbsuite/test/dotest.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py') diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index ee59500..fd21263 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -36,7 +36,6 @@ import sys import tempfile # Third-party modules -import six import unittest2 # LLDB Modules -- cgit v1.1