136a137,138
>         # urlparse doesnt understand zeo URLs so force to something that doesn't break
>         uri = uri.replace('zeo://', 'http://', 1)
138,139d139
<          # urlparse doesnt understand zeo URLs and stuffs everything into path
<         (scheme, netloc, path, query, frag) = urlparse.urlsplit('http:' + path)
