virttest.aexpect: Fix old class Spawn definition.
The base class Spawn for ShellSession was defined in old way(class Spawn).
Then we can not use super() for inherited classes:
TypeError: super() argument 1 must be type, not classobj
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
Showing
想要评论请 注册 或 登录