Mercurial > libervia-backend
comparison sat_frontends/jp/cmd_account.py @ 2765:378188abe941
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Jan 2019 11:13:15 +0100 |
parents | 56f94936df1e |
children | 003b8b4b56a7 |
comparison
equal
deleted
inserted
replaced
2764:92af49cde255 | 2765:378188abe941 |
---|---|
86 profile_key=self.args.profile, | 86 profile_key=self.args.profile, |
87 callback=self.host.quit, | 87 callback=self.host.quit, |
88 errback=self.errback, | 88 errback=self.errback, |
89 ) | 89 ) |
90 | 90 |
91 def _session_started(self, dummy): | 91 def _session_started(self, __): |
92 self.host.bridge.setParam( | 92 self.host.bridge.setParam( |
93 "JabberID", | 93 "JabberID", |
94 self.args.jid, | 94 self.args.jid, |
95 "Connection", | 95 "Connection", |
96 profile_key=self.args.profile, | 96 profile_key=self.args.profile, |