[Zope-Checkins] SVN: Zope/trunk/test.py Removed a silly test.
Jim Fulton
jim at zope.com
Thu Oct 27 14:32:02 EDT 2005
Log message for revision 39679:
Removed a silly test.
Changed:
U Zope/trunk/test.py
-=-
Modified: Zope/trunk/test.py
===================================================================
--- Zope/trunk/test.py 2005-10-27 18:20:13 UTC (rev 39678)
+++ Zope/trunk/test.py 2005-10-27 18:32:02 UTC (rev 39679)
@@ -33,10 +33,7 @@
shome = os.path.join(zhome, 'lib/python')
elif shome:
shome = os.path.abspath(shome)
- if zhome:
- zhome = os.path.abspath(zhome)
- else:
- zhome = os.path.dirname(os.path.dirname(shome))
+ zhome = os.path.dirname(os.path.dirname(shome))
elif ihome:
print >> sys.stderr, '''
If INSTANCE_HOME is set, then at least one of SOFTWARE_HOME or ZOPE_HOME
More information about the Zope-Checkins
mailing list