> From: Cristian Ciupitu <[email protected]> What I would like
> to propose is to try using the system provided libraries and if they
> aren't available fall back to the bundled ones. I'm waiting for your
> opinions on this.
I've started working a bit on this and I've found 2 quick & dirty fixes
for this:
- import only OptionParser from optparse/opt_parse, i.e
"from optparse import OptionParser"
- import the modules under an alias, i.e. "import X as Y"
("import optparse as opt_parse")
My code is available at git://github.com/ciupicri/cobbler.git branch
master-bugfix530724 (bug from RH BZ).
Regards,
Cristian
_______________________________________________
cobbler-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler-devel