On Sun, Aug 23, 2009 at 4:29 PM, Ville M. Vainio <[email protected]> wrote:
> > On Mon, Aug 24, 2009 at 12:20 AM, Edward K. Ream<[email protected]> > wrote: > > > I'll create a separate branch soon. There are some tricky details. For > > example, g.importModule now looks for modules in the 'extensions' and > > 'external' folders if they aren't found in sys.path. One of these > folders > > is redundant, but the code uses both... I might get around to cleaning > this > > up, but no guarantees. > > impotModule should never look in "external", only standard imports are > used with it. In fact, Leo plugins should minimize the use of > importModule in the first place, because it's a hack that is rarely > necessary (only for pmw, I think). The cleanest thing, imo, would be to move the files from 'external' to 'extensions'. Some files will change, but the present way, with the same files in two different places, is too ugly to endure. I plan to do this today in the clean-sys-path branch. I'd like to complete work on this branch today, and merge in a day or two. 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 -~----------~----~----~----~------~----~------~--~---
