diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-04-15 18:33:45 -0400 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-04-19 14:32:39 -0400 |
commit | 58deee735436b5bf627afd8593c49d18cb8c8f73 (patch) | |
tree | b05224f9ffbdd37906510a42908c693004fc6212 /plugins_overview.py | |
parent | efb3b8116ee82071fd6c0e2d088d88f39e1ee3d2 (diff) | |
download | sos-58deee735436b5bf627afd8593c49d18cb8c8f73.tar.gz |
[global] Update use of pipes with shlex
`pipes` is deprecated and being removed from Python in 3.13. Our usage
is exclusively `pipes.quote()`, which has actually been calling
`shlex.quote()` behind the scenes for some time (at least since 3.6).
Update our usage of `quote` to directly import from `shlex`.
Resolves: #3310
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
Diffstat (limited to 'plugins_overview.py')
0 files changed, 0 insertions, 0 deletions