diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-30 12:05:42 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-30 12:05:42 +0000 |
| commit | f51fb455f939496048538044c1597f2a8e14edba (patch) | |
| tree | b7bd0374309d129bff2c17d4fbd0b509977d190e /lib/python | |
| parent | c121597837c83a3e3a3c5016386e28c538503ab6 (diff) | |
| download | enigma2-f51fb455f939496048538044c1597f2a8e14edba.tar.gz enigma2-f51fb455f939496048538044c1597f2a8e14edba.zip | |
instantiate HarddiskManager forever
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/Harddisk.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index c50f0b8c..3c242510 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -150,7 +150,7 @@ class HarddiskManager: if hddNum > 8: break - + def HDDList(self): list = [ ] for hd in self.hdd: @@ -175,3 +175,8 @@ class HarddiskManager: list.append((hdd, hd)) return list + + +harddiskmanager = HarddiskManager() + + |
