|
From: Pearu P. <pe...@sc...> - 2006-02-11 15:20:27
|
On Fri, 10 Feb 2006, Tim Hochberg wrote:
>
> Could someone try the attached diff on a unixy system? It works under
> windows, but it's easy to mess up those \/'s.
Hmm, minrelpath does not need
if os.sep != '/':
path = path.replace('/',os.sep)
In functions (see njoin, for instance) that call minrelpath already have
applied this codelet.
I have commited the tests fix with some modifications to svn, tested on
Linux.
Pearu
|