コード例 #1
0
 def perform(self, info, action, event):
     if action.id == 'Apply':
         self._save_configuration_changes(info)
     else:
         Handler.perform(self, info, action, event)