Re: [patch] require extension for graphic filenames

2004-04-28 Thread Andre Poenitz
On Tue, Apr 27, 2004 at 07:38:12PM +0200, Georg Baum wrote: > Is the attached ok, or are there any reasons to keep the current filename > syntax? I think the idea is sound, but I can't comment on the Python code. Andre'

Re: [patch] require extension for graphic filenames

2004-04-27 Thread Angus Leeming
Georg Baum wrote: > Another lyx2lyx problem is that the "import as" syntax is not > supported by python 1.5. I need that to avoid a name clash between > string.join and os.path.join. I am sure our python expert has a > solution. Use string.join(...) and path.join(...) -- Angus