~vcs-imports/mnemosyne-proj/maemosyne

« back to all changes in this revision

Viewing changes to mnemosyne/mnemosyne/maemo_ui/mnemosyne

  • Committer: Ed Bartosh
  • Date: 2010-08-01 15:43:42 UTC
  • Revision ID: git-v1:cc210e10e6acd658f375847b86d7e556258f281b
moved dbfixer to SQLite.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
    app = app_factory(opts.ui)
80
80
    app.initialise(basedir)
81
 
    # checking database format and convert to current format if needed.
82
 
    fixer = DBFixer(app.database(), app.component_manager)
83
 
    fixer.fix()
84
 
    del fixer
85
81
    app.main_widget().start(opts.mode)
86
82
    app.finalise()
87
83