From da0da334b1314329d7d1f294d8df59acf66ac0d0 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Fri, 13 Feb 2009 13:31:31 +0100 Subject: Remove double reboot question after upgrade small cleanups --- lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py') 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() -- cgit v1.2.3