提交 ddc7c572 编写于 作者: J Jeremy Cline 提交者: Masahiro Yamada

scripts: Add Python 3 support to tracing/draw_functrace.py

Use the print function. This maintains Python 2 support and should have
no functional change.
Signed-off-by: NJeremy Cline <jcline@redhat.com>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 79a85b55
......@@ -123,7 +123,7 @@ def main():
tree = tree.getParent(caller)
tree = tree.calls(callee, calltime)
print CallTree.ROOT
print(CallTree.ROOT)
if __name__ == "__main__":
main()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册