diff options
author | Zachary Turner <zturner@google.com> | 2015-11-03 18:55:22 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-11-03 18:55:22 +0000 |
commit | bb03a4660f669bff3875ce00c1d4acaf28c244ef (patch) | |
tree | 11dfd9a5292d0635b89514c5e92408b38c1d93c3 /lldb/packages/Python/lldbsuite/test/functionalities/command_regex | |
parent | e7fe1a46e4213842fc2f2c0b0dcd4232923bac20 (diff) | |
download | bcm5719-llvm-bb03a4660f669bff3875ce00c1d4acaf28c244ef.tar.gz bcm5719-llvm-bb03a4660f669bff3875ce00c1d4acaf28c244ef.zip |
Python 3 - Don't use `commands` module anymore.
The `commands` module was deprecated in 2.7 and removed in 3.x.
As a workaround, we introduce a new module `seven` in
lldbsuite.support, and write helper functions in there that delegate
to the commands module if it is available, and re-implement their
functionality for cases where it is not available.
llvm-svn: 251959
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_regex')
0 files changed, 0 insertions, 0 deletions