X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/64a7bd679d0a4a91699b8de9629b7c20de2fa5d7..c900a62b068cf1f583b8936aa0dae18c9683b461:/lib/python/Components/Harddisk.py diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index e0b66872..dfc262d8 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -203,6 +203,12 @@ class Harddisk: return -3 return 0 + + def getDeviceDir(self): + return self.devidex + + def getDeviceName(self): + return self.getDeviceDir() + "disc" class Partition: def __init__(self, mountpoint, description = "", force_mounted = False): @@ -355,7 +361,6 @@ class HarddiskManager: if cap != "": hdd += " (" + cap + ")" list.append((hdd, hd)) - print "list", list return list def getMountedPartitions(self, onlyhotplug = False):