commit | c1d7cfafccaaa931765f3c3d93ea173e2a194fab | [log] [tgz] |
---|---|---|
author | Patrick Bellasi <patrick.bellasi@arm.com> | Mon Oct 12 15:25:12 2015 +0100 |
committer | Patrick Bellasi <patrick.bellasi@arm.com> | Mon Oct 12 18:35:29 2015 +0100 |
tree | 32d5fef726ce14b6384af86f323485d26efcd680 | |
parent | b83e51856d3e613bdab4dbdbc07bb64cd480e575 [diff] |
utils/ssh: fix pxssh import for pexpect versions >= 4.0 The pexpect module exposes a pxssh class starting from version 4.0. This patch makes uses of the proper pxssh import statement depending on the version of pexpect available in the host. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>