提交 d0758a79 编写于 作者: X Xu Han

[qemu] Python 3: Update unicode()

Signed-off-by: NXu Han <xuhan@redhat.com>
上级 602f5c31
try:
unicode
except NameError:
unicode = str
def run(test, params, env):
"""
QMP Specification test-suite: this checks if the *basic* protocol conforms
......
import logging
try:
unicode
except NameError:
unicode = str
def run(test, params, env):
"""
QMP Specification test-suite: this checks if the *basic* protocol conforms
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册