Commit d8083e2c authored by Tres Seaver's avatar Tres Seaver

Don't hard-wire forward-slash into sys.path.

parent 3adf2740
......@@ -30,7 +30,7 @@ if zhome:
if shome:
shome = os.path.abspath(shome)
else:
shome = os.path.join(zhome, 'lib/python')
shome = os.path.join(zhome, 'lib', 'python')
elif shome:
shome = os.path.abspath(shome)
zhome = os.path.dirname(os.path.dirname(shome))
......
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