fix a jabberpy pb, no need to wait the answer when we sned contact's information

This commit is contained in:
Yann Leboulanger 2005-04-23 13:07:17 +00:00
parent cad9de3bcb
commit 20ad41d40b
1 changed files with 0 additions and 1 deletions

View File

@ -612,7 +612,6 @@ class Client(Connection):
if groups != None: if groups != None:
for group in groups: for group in groups:
item.insertTag('group').insertData(group) item.insertTag('group').insertData(group)
dummy = self.SendAndWaitForResponse(iq) # Do we need to wait??
def removeRosterItem(self,jid): def removeRosterItem(self,jid):