~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/merge-proposal-jobs.py

  • Committer: Aaron Bentley
  • Date: 2011-08-18 16:07:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13737.
  • Revision ID: aaron@canonical.com-20110818160706-q2t7ps5o106pebq0
Add tests for --log-twisted option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            name='merge-proposal-jobs')
36
36
 
37
37
 
38
 
 
39
38
if __name__ == '__main__':
40
39
    script = RunMergeProposalJobs()
41
40
    script.lock_and_run()