2013/1/18 Guido Trotter <[email protected]>: > --- a/lib/hypervisor/hv_kvm.py > +++ b/lib/hypervisor/hv_kvm.py > + # Supported kvm options to get output from > + _KVMOPT_HELP = "help" > + _KVMOPT_MLIST = "mlist"
Only one space, please.
> + _KVMOPTS_CMDS = {
> + _KVMOPT_HELP: ["--help"],
> + _KVMOPT_MLIST: ["-M", "?"],
> + }
Indent the three lines after “_KVMOPTS_CMDS” with two spaces.
Rest LGTM.
Michael
