~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/sourcepackagerecipebuild.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-07 17:40:43 UTC
  • mfrom: (14513.3.18 builders-timeout-903827-2)
  • Revision ID: launchpad@pqm.canonical.com-20120107174043-8a8bkggm6n638o0f
[r=jcsackett][bug=903827] Make buildqueue.specific_job and
        builder.currentjob cached properties.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    )
27
27
from lp.services.job.interfaces.job import JobStatus
28
28
from lp.services.librarian.browser import FileNavigationMixin
29
 
from lp.services.propertycache import cachedproperty
 
29
from lp.services.propertycache import (
 
30
    cachedproperty,
 
31
    )
30
32
from lp.services.webapp import (
31
33
    canonical_url,
32
34
    ContextMenu,