sugar-toolkit-gtk3/shell/view/devices/battery.py
2007-02-25 02:00:40 +01:00

7 lines
212 B
Python

from view.devices import deviceview
class DeviceView(deviceview.DeviceView):
def __init__(self, model):
deviceview.DeviceView.__init__(self, model)
self.props.icon_name = 'theme:stock-close'