[py-svn] r9180 - py/dist/py

hpk at codespeak.net hpk at codespeak.net
Sun Feb 13 11:14:46 CET 2005


Author: hpk
Date: Sun Feb 13 11:14:46 2005
New Revision: 9180

Modified:
   py/dist/py/env.py
Log:
scrap leftover code (tooldir is long not there)


Modified: py/dist/py/env.py
==============================================================================
--- py/dist/py/env.py	(original)
+++ py/dist/py/env.py	Sun Feb 13 11:14:46 2005
@@ -7,7 +7,6 @@
 packagename = os.path.basename(packagedir)
 bindir = os.path.join(packagedir, 'bin')
 rootdir = os.path.dirname(packagedir)
-tooldir = os.path.join(rootdir, 'tool')
 
 def prepend_unixpath(VAR, strpath):
     value = "%r:$%s" % (strpath, VAR)
@@ -19,5 +18,4 @@
 
 if sys.platform != 'win32':
     print prepend_unixpath('PATH', bindir)
-    print prepend_unixpath('PATH', tooldir)
     print prepend_unixpath('PYTHONPATH', rootdir)



More information about the pytest-commit mailing list