On Fri, Mar 16, 2012 at 4:56 PM, SegundoBob <[email protected]> wrote:
> AttributeError: 'module' object has no attribute 'arg' > -------------------- > line 95: a.alias: self.do_alias, Thanks for this report. This is a minor problem arising from the difference in AST trees between Python 2.x and 3.x. I'll fix it today. Edward -- 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.
