Merge commit 'origin/bug_478_Listbox_ScrollbarMode' into experimental
[enigma2.git] / lib / python / Plugins / SystemPlugins / WirelessLan / plugin.py
index a687714d1861153c223c701644c529e9c6e2e35a..2df5814cc4ae80ad44194f96d485dcb34ef8e46d 100755 (executable)
@@ -399,4 +399,3 @@ def configStrings(iface):
 
 def Plugins(**kwargs):
        return PluginDescriptor(name=_("Wireless LAN"), description=_("Connect to a Wireless Network"), where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings, "WlanPluginEntry": lambda x: "Wireless Network Configuartion..."})
-       
\ No newline at end of file