300
300
"""Abstract class for Actions for setting one client property"""
301
301
def run_on_one_client(self, client, properties):
302
302
"""Set the Client's D-Bus property"""
303
log.debug("D-Bus: %s:%s:%s.Set(%r, %r, %r)", busname,
303
309
client.Set(client_interface, self.property, self.value_to_set,
304
310
dbus_interface=dbus.PROPERTIES_IFACE)