Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_chat_list.py @ 638:6821fc06a324
misc: a few "cosmetic" changes (PEP 8...)
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 05 Sep 2013 20:57:00 +0200 |
parents | 84a6e83157c2 |
children | 99eee75ec1b7 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat_list.py Sun Sep 08 19:13:02 2013 +0200 +++ b/frontends/src/quick_frontend/quick_chat_list.py Thu Sep 05 20:57:00 2013 +0200 @@ -33,7 +33,7 @@ if not self.has_key(target.short): #we have to create the chat win self[target.short] = self.createChat(target) - return dict.__getitem__(self,target.short) + return dict.__getitem__(self, target.short) def createChat(self, target): raise NotImplementedError