ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

Import quote() form shlex rather than pipes #610

Closed setrofim closed 1 year ago

setrofim commented 1 year ago

pipes module is deprecated since 3.11, and quote() has been available in shlex since 3.3.

Addresses https://github.com/ARM-software/devlib/issues/609