diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-01 23:40:45 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-01 23:40:45 +0000 |
| commit | bbd6ab926a139a317cc1be03016dceb8d88da6a8 (patch) | |
| tree | 395181449bdbcdcd7ffac407c07c92a7cdb14ac1 /lib | |
| parent | 286db3502b14cec4cc7706a04684f4a1a289a5a7 (diff) | |
| download | enigma2-bbd6ab926a139a317cc1be03016dceb8d88da6a8.tar.gz enigma2-bbd6ab926a139a317cc1be03016dceb8d88da6a8.zip | |
add Misc Source/Converter
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Components/Converter/Misc.py | 0 | ||||
| -rw-r--r-- | lib/python/Components/Sources/Makefile.am | 3 | ||||
| -rw-r--r-- | lib/python/Components/Sources/Misc.py | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/Misc.py b/lib/python/Components/Converter/Misc.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/lib/python/Components/Converter/Misc.py diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am index 78d04834..b6f25554 100644 --- a/lib/python/Components/Sources/Makefile.am +++ b/lib/python/Components/Sources/Makefile.am @@ -3,4 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources install_PYTHON = \ __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 CanvasSource.py ServiceEvent.py Event.py FrontendInfo.py + StaticText.py CanvasSource.py ServiceEvent.py Event.py FrontendInfo.py \ + Misc.py diff --git a/lib/python/Components/Sources/Misc.py b/lib/python/Components/Sources/Misc.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/lib/python/Components/Sources/Misc.py |
