diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-02-13 13:31:31 +0100 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-02-13 13:31:31 +0100 |
| commit | da0da334b1314329d7d1f294d8df59acf66ac0d0 (patch) | |
| tree | 44f7edf4efed50b4f0a4452542d865163f356abe /lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py | |
| parent | 95fa0e8c06f26bc2c4d3b5ab6afc772cd991e9dc (diff) | |
| download | enigma2-da0da334b1314329d7d1f294d8df59acf66ac0d0.tar.gz enigma2-da0da334b1314329d7d1f294d8df59acf66ac0d0.zip | |
Remove double reboot question after upgrade
small cleanups
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py index f92472d3..947452e9 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py @@ -110,7 +110,6 @@ class BackupSelection(Screen): def __init__(self, session): Screen.__init__(self, session) - self.skin_path = plugin_path self["key_red"] = Label(_("Cancel")) self["key_green"] = Label(_("Save")) self["key_yellow"] = Label() |
