diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 00:31:13 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-02 00:31:13 +0000 |
| commit | 3e452d49848cb3c65f7dd8e42c42a30047989df7 (patch) | |
| tree | 1af7d701370c949eada216642aff5efd7e1657e1 /lib/python | |
| parent | aaff73eef5afeafb509776637d79b392673aa38e (diff) | |
| download | enigma2-3e452d49848cb3c65f7dd8e42c42a30047989df7.tar.gz enigma2-3e452d49848cb3c65f7dd8e42c42a30047989df7.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -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 b1dc1416..8519d0cd 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -5,4 +5,4 @@ install_PYTHON = \ Poll.py RemainingToText.py StringList.py ServiceName.py FrontendInfo.py ServiceInfo.py \ ConditionalShowHide.py ServicePosition.py ValueRange.py RdsInfo.py Streaming.py \ StaticMultiList.py ServiceTime.py MovieInfo.py MenuEntryCompare.py StringListSelection.py \ - ValueBitTest.py Global.py + ValueBitTest.py Misc.py |
