2013/2/4 Iustin Pop <[email protected]>: > --- a/lib/hypervisor/hv_base.py > +++ b/lib/hypervisor/hv_base.py > + @staticmethod > + def _FormatVerifyResults(msgs):
Can you please make this a module-level function instead of a member of BaseHypervisor? Thanks, Michael
