Fixed TB on activate if one of the HAS_* is not True

This commit is contained in:
Michael Kainer
2010-12-07 18:32:13 +01:00
parent 72a8c60188
commit 4a24c3dc72

View File

@@ -59,7 +59,6 @@ class UbuntuIntegrationPlugin(GajimPlugin):
"""
# {(account, jid): (indicator, [event, ...]), ...}
self.events = {}
self.server = None
if not HAS_INDICATE:
raise GajimPluginException("python-indicate is missing!")