提交 a1432a52 编写于 作者: D Daniel P. Berrange

Blacklist vshRunConsole from python

上级 845272d5
Tue Feb 14 12:19:24 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* python/generator.py: blacklist vshRunConsole method from
the python bindings
Tue Feb 14 12:17:24 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* po/libvirt.pot, po/*.po: Updated the i18n strings wrt to
......
......@@ -274,7 +274,8 @@ def skip_function(name):
return 1
if name == "virDomainFree":
return 1
if name == "vshRunConsole":
return 1
return 0
def print_function_wrapper(name, output, export, include):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册