Commit 17567809 authored by Levin Zimmermann's avatar Levin Zimmermann

Revert "X Adjust NEO/go to neo:// URL change + py fixups"

This reverts the py part of kirr/neo@8c974485.
go parts of this patch are handled in 70c0a984.
parent 33055c16
...@@ -42,7 +42,7 @@ testv = [ ...@@ -42,7 +42,7 @@ testv = [
""", """,
{}), {}),
("neos://ca=qqq;cert=rrr;key=sss@[2001:67c:1254:2a::1]:1234,master2:port2/db4?read_only=false" ("neos://ca:qqq;cert:rrr;key:sss@[2001:67c:1254:2a::1]:1234,master2:port2/db4?read_only=false"
"&compress=true&logfile=xxx&alpha=111&dynamic_master_list=zzz" "&compress=true&logfile=xxx&alpha=111&dynamic_master_list=zzz"
"&beta=222", "&beta=222",
"""\ """\
......
...@@ -105,7 +105,6 @@ setup( ...@@ -105,7 +105,6 @@ setup(
], ],
'zodburi.resolvers': [ 'zodburi.resolvers': [
'neo = neo.client.zodburi:resolve_uri [client]', 'neo = neo.client.zodburi:resolve_uri [client]',
'neos = neo.client.zodburi:resolve_uri [client]',
], ],
}, },
install_requires = [ install_requires = [
......
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