beautify the ok, cancel and initialize buttons
[enigma2.git] / lib / python / Plugins / update.py
index c0c1ecb557a2010ad1b7a16b9a8ea608961a7198..b8ff6ec45fb542536d4c87c247b7c054bd3a983a 100644 (file)
@@ -28,7 +28,6 @@ class Example(Screen):
                self.session.openWithCallback(self.doUpdate, MessageBox, _("Do you want to update your Dreambox?\nAfter pressing OK, please wait!"))
                
        def doUpdate(self, val = False):
-               
                if val:
                        lines = os.popen("ipkg update && ipkg upgrade", "r").readlines()
                        string = ""