Fix commit 2866

This commit is contained in:
Andrew Resch 2008-02-26 05:31:05 +00:00
parent 8c44dd40fa
commit 06ffa8c628
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class CoreProxy(gobject.GObject):
callback(ret)
except:
pass
except (socket.error, xmlrpc.ProtocolError), e:
except (socket.error, xmlrpclib.ProtocolError), e:
log.warning("Could not contact daemon: %s", e)
self.set_core_uri(None)
finally: