Address comments from Simon's review

This commit is contained in:
Tomeu Vizoso
2010-08-20 16:25:13 +02:00
parent 1af1bc9713
commit d156ff56a8
3 changed files with 8 additions and 179 deletions
-4
View File
@@ -70,10 +70,6 @@ class ActivityService(dbus.service.Object):
def InviteContact(self, account_path, contact_id):
self._activity.invite(account_path, contact_id)
@dbus.service.method(_ACTIVITY_INTERFACE)
def Invite(self, buddy_key):
raise NotImplementedError
@dbus.service.method(_ACTIVITY_INTERFACE)
def HandleViewSource(self):
self._activity.handle_view_source()