From 1c923fcdcc60a90fd6e2ebf09c5d4464f16995fd Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 18 Dec 2010 18:54:55 +0000 Subject: hop, fixed #2068 --- src/roster.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/roster.py') diff --git a/src/roster.py b/src/roster.py index c03e1e1c..65f62c43 100644 --- a/src/roster.py +++ b/src/roster.py @@ -183,10 +183,9 @@ class RosterGroup(object): def remove_contact(self, contact): """ - Remove a Contact object to the list + Remove a Contact object from the list """ assert isinstance(contact, Contact) - assert contact in self._contacts self._contacts.remove(contact) def add_contact(self, contact): -- cgit v1.2.3