[pitivi: 8/19] StartupWizard: inherit from object



commit 48bad4e5526d0f6b0be9c743ba8c96bf6365b71d
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Nov 16 12:14:26 2010 +0000

    StartupWizard: inherit from object

 pitivi/ui/startupwizard.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.py b/pitivi/ui/startupwizard.py
index f6d5847..b42af78 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -9,7 +9,8 @@ from projectsettings import ProjectSettingsDialog
 from pitivi.configure import APPMANUALURL
 
 from urllib import unquote
-class StartUpWizard:
+
+class StartUpWizard(object):
     """A Wizard displaying recent projects and allowing the user to either:
 
      load one, skip,see the quick start manual or
@@ -17,6 +18,7 @@ class StartUpWizard:
      configure a new project with the settings dialog.
 
      """
+
     def __init__(self, app):
         if 'pitivi.exe' in __file__.lower():
             glade_dir = LIBDIR



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