aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-09 02:17:15 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-09 02:17:15 +0000
commit1f6edcca9e83bfe6e4606c48e5cb27fb637ca400 (patch)
tree6aff02f08d0934b19fdcbc7876a95add9767bb91 /lib/python/Components
parent044fe5e29a9a4fbe50541b67efceeabe5c0d45f5 (diff)
downloadenigma2-1f6edcca9e83bfe6e4606c48e5cb27fb637ca400.tar.gz
enigma2-1f6edcca9e83bfe6e4606c48e5cb27fb637ca400.zip
added Lcd.py
Diffstat (limited to 'lib/python/Components')
-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 40cbb3fe..673982df 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -8,4 +8,4 @@ install_PYTHON = \
EventInfo.py Label.py ServiceScan.py VolumeBar.py \
GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \
InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \
- AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py
+ AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py