Merge branch 'vuplus_experimental' of code.vuplus.com:/opt/repository/dvbapp into...
[vuplus_dvbapp] / lib / python / Plugins / SystemPlugins / HDMICEC / plugin.py
index 415783c..c830fe6 100755 (executable)
@@ -24,7 +24,6 @@ from Tools import Notifications
 import struct
 from enigma import eHdmiCEC
 from os import system
-from __init__ import _
 from Components.InputDevice import iInputDevices
 
 class HdmiCecPlugin(Screen,ConfigListScreen):
@@ -312,7 +311,7 @@ def autostart(reason, **kwargs):
                eHdmiCEC.getInstance().messageReceivedKey.get().append(messageReceivedKey)
 
 def Plugins(**kwargs):
-       return [PluginDescriptor(name=_("HDMI-CEC"), description="HDMI-CEC Configuration", where = PluginDescriptor.WHERE_PLUGINMENU, icon="hdmicec.png", needsRestart = True, fnc=openconfig),
+       return [PluginDescriptor(name=_("HDMI-CEC"), description="HDMI-CEC Configuration", where = PluginDescriptor.WHERE_PLUGINMENU, needsRestart = True, fnc=openconfig),
                PluginDescriptor(where = [PluginDescriptor.WHERE_SESSIONSTART, PluginDescriptor.WHERE_AUTOSTART], fnc = autostart)]
                
 def messageReceived(address, message):