On Wed, Sep 1, 2010 at 11:05 AM, Terry Brown <[email protected]> wrote: > On Wed, 1 Sep 2010 07:22:20 -0500 > "Edward K. Ream" <[email protected]> wrote: > >> I pushed this change to edit_svg at rev 4. >> >> svgfile = os.path.abspath(svgfile) > > I don't really see what this does, but if it's fixing something in Windows, > great.
It's the same as os.path.join(os.getcwd(),svgfile), which is essential the way I'm using inkcall.py. > Docs are in the module docstring as of rev 5 (just pushed). Thanks. I'll look at them immediately. 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.
