runtime/ServicePublisher.py
changeset 726 ae63ccc29444
parent 648 73295e742da2
child 763 c1104099c151
--- a/runtime/ServicePublisher.py	Wed May 09 00:00:50 2012 +0200
+++ b/runtime/ServicePublisher.py	Wed May 09 00:12:40 2012 +0200
@@ -22,7 +22,8 @@
 #License along with this library; if not, write to the Free Software
 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-import Zeroconf, socket, threading
+import socket, threading
+from util import Zeroconf
 
 class ServicePublisher():
     def __init__(self):