diff frontends/src/quick_frontend/quick_contact_management.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_management.py	Fri Jan 18 17:55:27 2013 +0100
+++ b/frontends/src/quick_frontend/quick_contact_management.py	Fri Jan 18 17:55:34 2013 +0100
@@ -47,7 +47,7 @@
         if entity.resource in self.__contactlist[entity.short]['resources']:
             self.__contactlist[entity.short]['resources'].remove(entity.resource)
         self.__contactlist[entity.short]['resources'].append(entity.resource)
-   
+
     def getContFromGroup(self, group):
         """Return all contacts which are in given group"""
         result = []
@@ -71,7 +71,7 @@
         else:
             debug(_('Trying to get attribute for an unknown contact'))
         return None
-    
+
     def isConnected(self, entity):
         """Tell if the contact is online"""
         return self.__contactlist.has_key(entity.short)
@@ -101,4 +101,4 @@
 
     def get_full(self, entity):
         return entity.short+'/'+self.__contactlist[entity.short]['resources'][-1]
-        
+