Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_contact_list.py @ 587:952322b1d490
Remove trailing whitespaces.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:34 +0100 |
parents | ca13633d3b6b |
children | beaf6bec2fcd |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py Fri Jan 18 17:55:27 2013 +0100 +++ b/frontends/src/quick_frontend/quick_contact_list.py Fri Jan 18 17:55:34 2013 +0100 @@ -49,16 +49,16 @@ def __contains__(self, jid): raise NotImplementedError - + def clearContacts(self): """Clear all the contact list""" self.specials.clear() - + def replace(self, jid, groups=None, attributes=None): """add a contact to the list if doesn't exist, else update it""" if attributes and 'name' in attributes: self.setCache(jid, 'name', attributes['name']) - + def remove(self, jid): """remove a contact from the list""" try: