Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/devices/battery.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-25 01:00:40 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-25 01:00:40 (GMT)
commit755250947a5b49c7fc8353055f65db6c4b277cbd (patch)
tree6bc4b1b2b4587c291420b00fdc74198ce6fcc848 /shell/view/devices/battery.py
parent89aa65d0f6ae70e928c8b3db6df921cc6205df51 (diff)
Some work on the network devices
Diffstat (limited to 'shell/view/devices/battery.py')
-rw-r--r--shell/view/devices/battery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/devices/battery.py b/shell/view/devices/battery.py
index 149e9b2..a13304e 100644
--- a/shell/view/devices/battery.py
+++ b/shell/view/devices/battery.py
@@ -1,6 +1,6 @@
from view.devices import deviceview
-class DeviceView(deviceview.DeviceView)
+class DeviceView(deviceview.DeviceView):
def __init__(self, model):
deviceview.DeviceView.__init__(self, model)
self.props.icon_name = 'theme:stock-close'