~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/scan_branches.py

  • Committer: Aaron Bentley
  • Date: 2011-06-20 20:07:33 UTC
  • mto: This revision was merged to the branch mainline in revision 13270.
  • Revision ID: aaron@canonical.com-20110620200733-ifafqg1urisenrtw
Reformat imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
import _pythonpath
11
11
 
12
 
 
13
 
from lp.services.job.runner import JobCronScript, TwistedJobRunner
14
12
from lp.code.interfaces.branchjob import IBranchScanJobSource
 
13
from lp.services.job.runner import (
 
14
    JobCronScript,
 
15
    TwistedJobRunner,
 
16
    )
15
17
 
16
18
 
17
19
class RunScanBranches(JobCronScript):