X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FImageWizard.py;h=ad0640cf95834b566a8dd4693b18ccdd2409b82a;hb=90f41bed3942965ff126bfb0a9bdce1c42751c1b;hp=5617e8f183b88f070d3ac9cc1efb7cb2cba9c062;hpb=6ac41169daa2c6d1271a0263f64366d3e20649b9;p=vuplus_dvbapp diff --git a/lib/python/Screens/ImageWizard.py b/lib/python/Screens/ImageWizard.py index 5617e8f..ad0640c 100644 --- a/lib/python/Screens/ImageWizard.py +++ b/lib/python/Screens/ImageWizard.py @@ -1,9 +1,5 @@ from Wizard import Wizard, wizardManager -from Components.config import configElementBoolean, config -from Components.Pixmap import * - -from LanguageSelection import LanguageSelection from Tools.Directories import fileExists import os @@ -38,7 +34,7 @@ class ImageWizard(Wizard): def markDone(self): pass -wizardManager.registerWizard(ImageWizard, backupAvailable) +wizardManager.registerWizard(ImageWizard, backupAvailable, priority = 10) def doBackup(path): os.system('tar cvpf ' + path + backupfile + ' /etc/enigma2')