Bit of work on the maemo.org service
[hermes] / 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 = {}