diff options
| author | Stephen Tozer <stephen.tozer@sony.com> | 2024-10-10 14:38:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 14:38:07 +0100 |
| commit | 6779376ee917279b16e256839d236cfdf8fd9ab9 (patch) | |
| tree | beb694bbf7e9ade2135a779d6b793cf75983b7d5 /lldb/packages/Python/lldbsuite/test | |
| parent | 480e7f0667794822f7f3a065bed73d9a2ecc2d58 (diff) | |
| download | llvm-6779376ee917279b16e256839d236cfdf8fd9ab9.zip llvm-6779376ee917279b16e256839d236cfdf8fd9ab9.tar.gz llvm-6779376ee917279b16e256839d236cfdf8fd9ab9.tar.bz2 | |
[Dexter] Remove outdated imp dependency (#111833)
Fixes: https://github.com/llvm/llvm-project/issues/111815
This patch replaces usage of the python `imp` library, which is
deprecated since python3.4 and removed in python3.12, with the
`importlib` library. As part of this update the repeated
find_module+load_module pattern is moved into a utility function, since
the importlib equivalent is much more verbose.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
