comparison 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
comparison
equal deleted inserted replaced
2167:4b78b4c7f805 2168:255830fdb80b
48 48
49 def add_parser_options(self): 49 def add_parser_options(self):
50 pass 50 pass
51 51
52 def start(self): 52 def start(self):
53 print self.host.bridge.getProfileName('@DEFAULT@') 53 print self.host.bridge.profileNameGet('@DEFAULT@')
54 54
55 55
56 class ProfileDelete(base.CommandBase): 56 class ProfileDelete(base.CommandBase):
57 def __init__(self, host): 57 def __init__(self, host):
58 super(ProfileDelete, self).__init__(host, 'delete', use_profile=False, help=(u'delete a profile')) 58 super(ProfileDelete, self).__init__(host, 'delete', use_profile=False, help=(u'delete a profile'))