~replaceafill/schooltool/trunk_fixes

« back to all changes in this revision

Viewing changes to src/schooltool/app/main.py

  • Committer: Justas Sadzevicius
  • Date: 2013-05-28 12:12:34 UTC
  • mfrom: (3585.1.4 flourish_trunk)
  • Revision ID: justas@pov.lt-20130528121234-uzr7ke5pz1ihn101
Merge file archive reprorts and minor report tweaks and fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
697
697
            transaction.commit()
698
698
            connection.close()
699
699
 
700
 
        if options.pack or options.restore_manager:
701
 
            return db
 
700
        # TODO: don't start application when running from command line
 
701
        #if options.pack or options.restore_manager:
 
702
        #    return db
702
703
 
703
704
        self.startApplication(db)
704
705