aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Harddisk.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-30 22:31:08 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-30 22:31:08 +0000
commit1e8da5bf1b50c41eba7b5ec8c10be4762f46015d (patch)
tree068cd6b4240cc13c67399806e1fac5f5e0c80249 /lib/python/Components/Harddisk.py
parent58bb15bea1fb425c5192efe95090f6ff36b6e8d9 (diff)
downloadenigma2-1e8da5bf1b50c41eba7b5ec8c10be4762f46015d.tar.gz
enigma2-1e8da5bf1b50c41eba7b5ec8c10be4762f46015d.zip
added warning (if kill own rootfs)
Diffstat (limited to 'lib/python/Components/Harddisk.py')
-rw-r--r--lib/python/Components/Harddisk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py
index e925acd1..71c03836 100644
--- a/lib/python/Components/Harddisk.py
+++ b/lib/python/Components/Harddisk.py
@@ -21,7 +21,7 @@ class Harddisk:
self.prochdx = num2prochdx(index)
self.devidex = "/dev/ide/host%d/bus%d/target%d/lun0/" % (host, bus, target)
- def index(self):
+ def getIndex(self):
return self.index
def capacity(self):