Mercurial > libervia-backend
diff sat_frontends/jp/xmlui_manager.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 | e8dc00f612fb |
children | 003b8b4b56a7 |
line wrap: on
line diff
--- a/sat_frontends/jp/xmlui_manager.py Fri Jan 11 10:18:02 2019 +0100 +++ b/sat_frontends/jp/xmlui_manager.py Fri Jan 11 11:13:15 2019 +0100 @@ -533,7 +533,7 @@ dialog_factory = WidgetFactory() read_only = False - def show(self, dummy=None): + def show(self, __=None): self.dlg.show() def _xmluiClose(self):