~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2012-01-01 03:14:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031454-xhdgl26b1yiqpar9
cronscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from lp.code.interfaces.branchmergeproposal import (
18
18
    IBranchMergeProposalJobSource,
19
19
    )
20
 
from lp.services.job.runner import JobCronScript, TwistedJobRunner
 
20
from lp.services.job.runner import (
 
21
    JobCronScript,
 
22
    TwistedJobRunner,
 
23
    )
21
24
 
22
25
 
23
26
class RunMergeProposalJobs(JobCronScript):