Lot of fixes

This commit is contained in:
Marco Pesenti Gritti
2006-05-11 17:23:41 -04:00
parent 878714a627
commit afb9b2c97f
4 changed files with 14 additions and 13 deletions
-1
View File
@@ -67,7 +67,6 @@ class LocalGroup(Group):
def _on_service_resolved(self, interface, protocol, name, stype, domain,
host, aprotocol, address, port, txt, flags):
print name
if name != self._owner.get_service().get_name():
service = Service(name, host, address, port)
self._services[name] = service
+2
View File
@@ -1,3 +1,5 @@
import xmlrpclib
import traceback
import socket
import network