~evfool/sessioninstaller/fix790500

« back to all changes in this revision

Viewing changes to sessioninstaller/gstinstaller.py

  • Committer: Michael Vogt
  • Date: 2011-03-29 15:41:13 UTC
  • mfrom: (117.1.2 sessioninstaller)
  • Revision ID: michael.vogt@ubuntu.com-20110329154113-v46if1rwr49v78uu
merged from lp:~gilir/sessioninstaller/defer-migration , many thanks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    except Exception, error:
106
106
        log.error(error.message)
107
107
        sys.exit(2)
108
 
    log.info(_("Finsihed succesfully"))
 
108
    log.info(_("Finished succesfully"))
109
109
    sys.exit(0)
110
110
 
111
111
if __name__ == "__main__":