diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:56:03 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:56:03 +0000 |
| commit | a62e5192b59710f70a8610dbff84982ad6a98e46 (patch) | |
| tree | 57c963911d9226a7f34132ca30256a705e47eab3 /lib/python/Components/Sources/Makefile.am | |
| parent | d83b03e3cd420fd4bd43e2eb9be90419600ca532 (diff) | |
| download | enigma2-a62e5192b59710f70a8610dbff84982ad6a98e46.tar.gz enigma2-a62e5192b59710f70a8610dbff84982ad6a98e46.zip | |
MenuList -> List
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
| -rw-r--r-- | lib/python/Components/Sources/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am index b5e16d98..6deb423d 100644 --- a/lib/python/Components/Sources/Makefile.am +++ b/lib/python/Components/Sources/Makefile.am @@ -1,6 +1,6 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources install_PYTHON = \ - __init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py \ + __init__.py Clock.py EventInfo.py Source.py List.py CurrentService.py \ FrontendStatus.py Boolean.py Config.py ServiceList.py RdsDecoder.py StreamService.py \ StaticText.py |
