On Fri, 28 Dec 2012 15:03:42 -0600
Terry Brown <[email protected]> wrote:
> - print("Focus: " + `f`)
> -
> + g.es("Focus: " + 'f')
Which I just realized didn't make sense, it should be
g.es("Focus: " + repr(f))
but that's ok, Ville can fix it when he needs it.
Cheers -Terry
--
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.