X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/44985357544c5a3bf67a758c8612102ac59a74cc..e03708b0a361c236d7034f35e4585edd4a91bb34:/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py b/lib/python/Plugins/SystemPlugins/NetworkWizard/NetworkWizard.py index 75ca390b..13e7fdde 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 - -