X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FNetworkWizard%2FNetworkWizard.py;h=13e7fdde3f2afaeb65e9792f75b0f4b2f05f974c;hp=75ca390be9a8acb65c4630e27cb7d6a8651efa07;hb=ef25d742a5eda3b2b679d39c38cb1ce4c8daa5d4;hpb=c352487661e7927d0068ef8fa69765055ff488d8 diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py b/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py index 75ca390..13e7fdd 100755 --- a/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py @@ -9,7 +9,6 @@ from Components.Network import iNetwork from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_SKIN_IMAGE from enigma import eTimer - config.misc.firstrun = ConfigBoolean(default = True) list = [] list.append("WEP") @@ -355,5 +354,3 @@ class NetworkWizard(WizardLanguage, Rc): else: self.WlanPluginInstalled = True - -