aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-30 11:45:02 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-30 11:45:02 +0000
commitd01ca7d493d2c7e6a2420112f1de5bb067f77e66 (patch)
tree88000a68b7a1858b103b66a1708f63ca55448c2f /lib/python
parent9a83b69091aa85a9f335c6544a3a943e25450f6d (diff)
downloadenigma2-d01ca7d493d2c7e6a2420112f1de5bb067f77e66.tar.gz
enigma2-d01ca7d493d2c7e6a2420112f1de5bb067f77e66.zip
add harddisk & harddiskmanager class
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index 3a394fff..7b1e9e2b 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -7,4 +7,4 @@ install_DATA = \
ConfigList.py Header.py ServiceName.py VariableValue.py \
EventInfo.py Label.py ServiceScan.py VolumeBar.py \
GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \
- InputDevice.py ServicePosition.py SetupDevices.py
+ InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py