sugar-toolkit-gtk3/shell/view/devices/battery.py

7 lines
212 B
Python
Raw Normal View History

from view.devices import deviceview
2007-02-25 02:00:40 +01:00
class DeviceView(deviceview.DeviceView):
def __init__(self, model):
deviceview.DeviceView.__init__(self, model)
self.props.icon_name = 'theme:stock-close'