diff -r 31dade089db5 -r ae63ccc29444 runtime/ServicePublisher.py --- 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):