Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
authoretisserant
Tue, 23 Dec 2008 12:33:14 +0100
changeset 277 73890551f021
parent 276 0d7426f26c6f
child 278 38b0da8672e1
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
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()