[et-mgmt-tools] [PATCH] virt-convert: fix Python 2.4 compatibility

John Levon john.levon at sun.com
Thu Jul 17 21:07:25 UTC 2008


On Thu, Jul 17, 2008 at 03:07:08PM -0400, Cole Robinson wrote:

> > +if hasattr(pkgutil, "iter_modules"):
> > +    print "here"
> 
> Probably didn't mean to include this line.

Sigh, sorry.

> > +    parser_names = []
> > +    for _, name, _ in pkgutil.iter_modules(parsers_path):
> 
> Please use something other than '_' here as previously
> mentioned.

Even for obviously internal only files like this? Will do.

Will resend shortly.

regards
john




More information about the et-mgmt-tools mailing list