[pitivi: 6/19] Mainwindow: Remove empty else clause



commit cb48de191302a35bc89363339f09e6a4b065cdae
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Nov 16 11:16:10 2010 +0000

    Mainwindow: Remove empty else clause

 pitivi/ui/mainwindow.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 4c9fc39..faac4dd 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -526,8 +526,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
     def _quitWizardCb(self, projectManager, uri = None):
         if uri.uri != None:
             self._wizard.quit()
-        else :
-            pass
 
     def toggleFullScreen(self):
         """ Toggle the fullscreen mode of the application """



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]