Bit of work on the maemo.org service
authorAndrew Flegg <andrew@bleb.org>
Tue, 19 Oct 2010 18:47:22 +0000 (19:47 +0100)
committerAndrew Flegg <andrew@bleb.org>
Sun, 2 Jan 2011 19:53:44 +0000 (19:53 +0000)
package/src/org/maemo/hermes/engine/maemoorg/service.py

index 1fc91c2..bb812ee 100644 (file)
@@ -17,13 +17,6 @@ class Service(org.maemo.hermes.engine.service.Service):
         """Initialise the maemo.org service."""
         
         org.maemo.hermes.engine.service.Service.__init__(self, "maemo.org")
-
-        self._api_email = api_email
-        self._api_key = api_key
-         
-        self._address_to_contact = {}
-        self._hash_to_address = {}
-        self._hash_has_gravatar = {}
         
         self._friends_by_contact = {}
         self._contacts_by_friend = {}