diff options
author | Dave Lee <davelee.com@gmail.com> | 2022-08-05 13:35:20 -0600 |
---|---|---|
committer | Dave Lee <davelee.com@gmail.com> | 2022-08-11 19:06:15 -0700 |
commit | 56f9cfe30c4488aade888905bb6280ecb952a613 (patch) | |
tree | 99a60b9c61a4344203d3e645308bd4e871a7590a /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 256ba7738ea8a07372a82cadd29e9c08fdf9145c (diff) | |
download | llvm-56f9cfe30c4488aade888905bb6280ecb952a613.zip llvm-56f9cfe30c4488aade888905bb6280ecb952a613.tar.gz llvm-56f9cfe30c4488aade888905bb6280ecb952a613.tar.bz2 |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |