Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/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/model/devices/battery.py
parent89aa65d0f6ae70e928c8b3db6df921cc6205df51 (diff)
Some work on the network devices
Diffstat (limited to 'shell/model/devices/battery.py')
-rw-r--r--shell/model/devices/battery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/devices/battery.py b/shell/model/devices/battery.py
index 1d325ac..3e8d434 100644
--- a/shell/model/devices/battery.py
+++ b/shell/model/devices/battery.py
@@ -5,7 +5,7 @@ class Device(device.Device):
device.Device.__init__(self)
def get_type(self):
- return 'network'
+ return 'battery'
def get_level(self):
return 0