jeff putnam - 2003-05-07

Logged In: YES
user_id=94107

This comes from the definition of html_join. Right after
that function there is an if statement and assignment that
assigns joinpath to be html_join. But since html_join calls
joinpath, that recurses forever.

I've worked around this by replacing the joinpath in
html_join with os.path.join, but I suspect that this is
going to lead to other problems. But I think these are
going to be easy enough to fix - the only place where the
DOS \ seems to be required is where dos paths are given to
commands (ie "identify") and these are limited and easy to fix.