未验证 提交 58ebc030 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1339 from luckyh/qemu-python-unicode

[qemu] Python 3: Update unicode()
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.
先完成此消息的编辑!
想要评论请 注册