This commit is contained in:
Nikos Kouremenos 2006-03-27 22:30:02 +00:00
parent 2ea292c9e6
commit b4d8f99d58
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class Contacts:
return None
def get_contacts_from_jid(self, account, jid):
''' we may have two or more resources on that jid '''
'''we may have two or more resources on that jid'''
if jid in self._contacts[account]:
contacts_instances = self._contacts[account][jid]
return contacts_instances