Commit 16bd1d4e authored by Jim Fulton's avatar Jim Fulton

Removed a silly test.

parent 6a9dd0d0
...@@ -33,10 +33,7 @@ if zhome: ...@@ -33,10 +33,7 @@ if zhome:
shome = os.path.join(zhome, 'lib/python') shome = os.path.join(zhome, 'lib/python')
elif shome: elif shome:
shome = os.path.abspath(shome) shome = os.path.abspath(shome)
if zhome: zhome = os.path.dirname(os.path.dirname(shome))
zhome = os.path.abspath(zhome)
else:
zhome = os.path.dirname(os.path.dirname(shome))
elif ihome: elif ihome:
print >> sys.stderr, ''' print >> sys.stderr, '''
If INSTANCE_HOME is set, then at least one of SOFTWARE_HOME or ZOPE_HOME If INSTANCE_HOME is set, then at least one of SOFTWARE_HOME or ZOPE_HOME
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment