Merge commit 'origin/bug_318_PluginBrowser_no_reaction_on_language_changes' into...
[vuplus_dvbapp] / lib / python / Components / HTMLComponent.py
1 # some helper classes first:
2 class HTMLComponent:
3         def produceHTML(self):
4                 return ""
5