aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-18 23:58:17 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-18 23:58:17 +0000
commitcd9e7b448d4e3a5056d85033d4a6a2b4c5b92a24 (patch)
treefd570157d8ffb8e07ac279ea71f9e751dad5b074 /lib/python
parent0e59f345a39db9855f29c3d054f5c1c5bb6b56ed (diff)
downloadenigma2-cd9e7b448d4e3a5056d85033d4a6a2b4c5b92a24.tar.gz
enigma2-cd9e7b448d4e3a5056d85033d4a6a2b4c5b92a24.zip
revert last change to increase commit count
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/UsageConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py
index d9ba059f..9d5e959f 100644
--- a/lib/python/Components/UsageConfig.py
+++ b/lib/python/Components/UsageConfig.py
@@ -18,7 +18,7 @@ def InitUsageConfig():
("12", "1 " + _("minute")), ("24", "2 " + _("minutes")),
("60", "5 " + _("minutes")), ("120", "10 " + _("minutes")), ("240", "20 " + _("minutes")),
("241", "30 " + _("minutes")), ("242", "1 " + _("hour")), ("244", "2 " + _("hours")),
- ("248", "4 " + _("hours")), ("255", "21 " + _("minutes") + _(" and ") + "15 " + _("seconds")) ])
+ ("248", "4 " + _("hours")) ])
def setHDDStandby(configElement):
os.system("hdparm -S" + configElement.value + " /dev/ide/host0/bus0/target0/lun0/disc")