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

Removed a silly test.

parent 6a9dd0d0
...@@ -33,9 +33,6 @@ if zhome: ...@@ -33,9 +33,6 @@ 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.abspath(zhome)
else:
zhome = os.path.dirname(os.path.dirname(shome)) zhome = os.path.dirname(os.path.dirname(shome))
elif ihome: elif ihome:
print >> sys.stderr, ''' print >> sys.stderr, '''
......
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