[Zope-Coders] Re: [Zope-Checkins] CVS: Zope/inst - setup.py:1.1.2.2

Chris Withers chrisw@nipltd.com
Sat, 05 Oct 2002 13:07:23 +0100


Chris McDonough wrote:
>  
>  AUTHOR = 'Zope Corporation and Contributors'
> +if sys.platform == 'win32':
> +    def abspath(path): return path
> +    os.path.abspath = abspath

that's pretty extreme :-S

What necessetated that?

cheers,

Chris