From e0dd1f52322090687410cc20a4255a8eb00f8928 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 20 Feb 2007 10:48:03 +0000 Subject: Infrastructure for the home page devices --- (limited to 'shell/view/devices/battery.py') diff --git a/shell/view/devices/battery.py b/shell/view/devices/battery.py new file mode 100644 index 0000000..149e9b2 --- /dev/null +++ b/shell/view/devices/battery.py @@ -0,0 +1,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' -- cgit v0.9.1