diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-07-20 16:07:29 +0200 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-07-20 16:07:29 +0200 |
| commit | a6f7c725e21a4b6ed064e92b453331837d12f267 (patch) | |
| tree | 788942ff0f902609c7e0c1a6b007ff4f33f14571 /lib/python/Components/DreamInfoHandler.py | |
| parent | 6a9a61ab28694cfbc084f04f4b49d97eff62bb7e (diff) | |
| download | enigma2-a6f7c725e21a4b6ed064e92b453331837d12f267.tar.gz enigma2-a6f7c725e21a4b6ed064e92b453331837d12f267.zip | |
some more work on plugin manager
add experimental plugin meta informations, not yet included in build process
install missing py from TuxboxPlugins plugin
remove Filemanger from plugins build process
Diffstat (limited to 'lib/python/Components/DreamInfoHandler.py')
| -rwxr-xr-x | lib/python/Components/DreamInfoHandler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py index 6cf3b004..075c9953 100755 --- a/lib/python/Components/DreamInfoHandler.py +++ b/lib/python/Components/DreamInfoHandler.py @@ -94,6 +94,8 @@ class InfoHandler(xml.sax.ContentHandler): self.attributes["name"] = str(attrs["name"].encode("utf-8")) if attrs.has_key("packagename"): self.attributes["packagename"] = str(attrs["packagename"].encode("utf-8")) + if attrs.has_key("packagetype"): + self.attributes["packagetype"] = str(attrs["packagetype"].encode("utf-8")) if attrs.has_key("shortdescription"): self.attributes["shortdescription"] = str(attrs["shortdescription"].encode("utf-8")) |
