Mercurial > libervia-backend
diff sat/test/test_plugin_xep_0085.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 |
line wrap: on
line diff
--- a/sat/test/test_plugin_xep_0085.py Fri Jan 11 10:18:02 2019 +0100 +++ b/sat/test/test_plugin_xep_0085.py Fri Jan 11 11:13:15 2019 +0100 @@ -98,7 +98,7 @@ post_treatments.callback(mess_data) d_list.append(post_treatments) - def cb_list(dummy): # cancel the timer to not block the process + def cb_list(__): # cancel the timer to not block the process self.plugin.map[Const.PROFILE[0]][Const.JID[0]].timer.cancel() return defer.DeferredList(d_list).addCallback(cb_list)