diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-14 21:58:56 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-14 21:58:56 +0000 |
| commit | 442f19d89958d1bc25d884a7eeb5937806673c13 (patch) | |
| tree | fe2d2feb989c7a1ccc592a7aa417898887e2f164 /lib/python/Components/Converter/Makefile.am | |
| parent | 79cb4bdcba92789b31d277e7046dde2c00e3a6a1 (diff) | |
| download | enigma2-442f19d89958d1bc25d884a7eeb5937806673c13.tar.gz enigma2-442f19d89958d1bc25d884a7eeb5937806673c13.zip | |
add ValueRange converter
Diffstat (limited to 'lib/python/Components/Converter/Makefile.am')
| -rw-r--r-- | lib/python/Components/Converter/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/Converter/Makefile.am b/lib/python/Components/Converter/Makefile.am index a04b9637..8b7d3a2b 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -3,5 +3,4 @@ installdir = $(LIBDIR)/enigma2/python/Components/Converter install_PYTHON = \ __init__.py ClockToText.py Converter.py EventName.py StaticText.py EventTime.py \ Poll.py RemainingToText.py StringList.py ServiceName.py FrontendInfo.py ServiceInfo.py \ - ConditionalShowHide.py ServicePosition.py - + ConditionalShowHide.py ServicePosition.py ValueRange.py |
