Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/battery.py
blob: 149e9b249a710fa9e58e35e8171dfdd901aa958f (plain)
1
2
3
4
5
6
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'