On Mon, 1 Feb 2010 09:39:59 -0600 Terry Brown <[email protected]> wrote:
> > if g.isPython3: > > func = types.MethodType(func, quickMove) > > else: > > func = types.MethodType(func, None, quickMove) > > Blah, I'll just dump that implementation all together, it was really only an > experiment. Done at 2828, just use a closure now, so Ville should be happy :) -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
