diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-08-02 16:00:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-08-02 16:00:23 +0000 |
| commit | 432e8eb47c99b0a953c33c01d7f4d222c747228c (patch) | |
| tree | 59ad21448ee19b62948d786dbbed272ec1b14109 /lib/python/Components/Converter/Makefile.am | |
| parent | 8f957309b2bfb7df00c123f91ebb6d1d302848ba (diff) | |
| download | enigma2-432e8eb47c99b0a953c33c01d7f4d222c747228c.tar.gz enigma2-432e8eb47c99b0a953c33c01d7f4d222c747228c.zip | |
add new converter (useable to get movie creation time and duration)
Diffstat (limited to 'lib/python/Components/Converter/Makefile.am')
| -rw-r--r-- | lib/python/Components/Converter/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/Makefile.am b/lib/python/Components/Converter/Makefile.am index d525c0ae..81dfdd4d 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -4,4 +4,4 @@ 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 ValueRange.py RdsInfo.py Streaming.py \ - StaticMultiList.py + StaticMultiList.py ServiceTime.py |
