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

Removed a silly test.

parent 6a9dd0d0
......@@ -33,10 +33,7 @@ if zhome:
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
......
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