[Zope-Checkins] CVS: Zope/inst - setup.py:1.1.2.3

Chris McDonough chrism@zope.com
Sat, 5 Oct 2002 18:29:29 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv15367

Modified Files:
      Tag: chrism-install-branch
	setup.py 
Log Message:
Remove conditional setting of path.abspath.


=== Zope/inst/setup.py 1.1.2.2 => 1.1.2.3 ===
--- Zope/inst/setup.py:1.1.2.2	Fri Oct  4 17:42:42 2002
+++ Zope/inst/setup.py	Sat Oct  5 18:29:28 2002
@@ -148,9 +148,6 @@
             self.select_scheme("unix_prefix")
 
 AUTHOR = 'Zope Corporation and Contributors'
-if sys.platform == 'win32':
-    def abspath(path): return path
-    os.path.abspath = abspath
 ZOPE_ROOT = os.path.abspath(os.getcwd())
 EXTENSIONCLASS_ROOT = os.path.join(ZOPE_ROOT, 'lib', 'Components', 'ExtensionClass')
 EXTENSIONCLASS_SRCDIR = os.path.join(EXTENSIONCLASS_ROOT, 'src')