Mercurial > libervia-backend
diff frontends/src/jp/cmd_profile.py @ 2168:255830fdb80b
core, bridge: renamed getProfileName to profileNameGet according to new conventions
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 05 Mar 2017 21:36:01 +0100 |
parents | 63d191c05ecd |
children | 0c32ff2f64c4 |
line wrap: on
line diff
--- a/frontends/src/jp/cmd_profile.py Sun Feb 26 18:23:01 2017 +0100 +++ b/frontends/src/jp/cmd_profile.py Sun Mar 05 21:36:01 2017 +0100 @@ -50,7 +50,7 @@ pass def start(self): - print self.host.bridge.getProfileName('@DEFAULT@') + print self.host.bridge.profileNameGet('@DEFAULT@') class ProfileDelete(base.CommandBase):