Code review comment for lp:~jtatum/mago/pidgin-exception

Revision history for this message
Nagappan Alagappan (nagappan) wrote :

I think, you can use

if ClientXMPP:
    self.client = ClientXMPP(userid, passwd)
else:
    raise Exception, "pidgin testing requires python-pyxmpp package."

The same can be applied to ClientMSN

review: Approve

« Back to merge proposal