On Sat, Feb 18, 2012 at 2:42 PM, Richard Jones <[email protected]> wrote: > I changed the "unpythonic" code to use getattr, but now the menu xml has > lower case headings... is this okay?
You can have both correct -- str.lower() (as in actionname.lower()) is your friend here :) _______________________________________________ Mypaint-discuss mailing list [email protected] https://mail.gna.org/listinfo/mypaint-discuss
