virt-convert: fix a small pylint

s/desc =_/desc = _/

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-02-08 23:30:53 +08:00
parent 256052d389
commit de21747dbb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ from virtconv import VirtConverter
#####################
def parse_args():
desc =_(
desc = _(
"Convert an OVF or VMX appliance to native libvirt XML, and run "
"the guest.\nThe VM contents are not altered. Disk images are "
"copied to the hypervisor\ndefault storage location.\n\n"