aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 15:50:27 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-05 15:50:27 +0000
commit323ac4a566f7c1ea9006eaf58eae915fac00071b (patch)
tree8c658f272df37796d12a4aa848af8e460b7aad53 /mytest.py
parentf4e9150aa736c1b7e7465a19da9355c3b8d56c6f (diff)
downloadenigma2-323ac4a566f7c1ea9006eaf58eae915fac00071b.tar.gz
enigma2-323ac4a566f7c1ea9006eaf58eae915fac00071b.zip
adding the image upgrade wizard
can backup settings to hdd, cf, usb or (in the future) a given path recognizes the backup after flashing the image automatically and asks the user, if it should restore the settings guides the user through the upgrade process
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index 77e925b6..680f198d 100644
--- a/mytest.py
+++ b/mytest.py
@@ -39,6 +39,7 @@ except ImportError:
from Components.PluginComponent import plugins
from Screens.Wizard import wizardManager
+from Screens.ImageWizard import *
from Screens.StartWizard import *
from Screens.TutorialWizard import *
from Tools.BoundFunction import boundFunction