remove useless indentation

This commit is contained in:
Yann Leboulanger 2010-12-22 17:46:28 +01:00
parent 138c5afe18
commit e6f0dfd0a5
1 changed files with 24 additions and 25 deletions

View File

@ -430,7 +430,6 @@ class RosterWindow:
if iter_children:
# We have children. We cannot be removed!
return False
else:
# Remove us and empty groups from the model
for i in iters:
assert self.model[i][C_JID] == contact.jid and \