beremiz
Clone
Summary
Browse
Changes
Graph
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
2008-12-23, etisserant
73890551f021
Parents
0d7426f26c6f
Children
38b0da8672e1
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
discovery.py
--- a/discovery.py Mon Dec 15 08:41:16 2008 +0100
+++ b/discovery.py Tue Dec 23 12:33:14 2008 +0100
@@ -160,5 +160,5 @@
return uri
def ChooseLocalID(self, event):
- self.my_result = "PYRO://localhost:3000"
+ self.my_result = "LOCAL://"
self.Close()