~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_sourcepackagerecipe.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:
39
39
from lp.registry.interfaces.pocket import PackagePublishingPocket
40
40
from lp.registry.interfaces.series import SeriesStatus
41
41
from lp.services.database.constants import UTC_NOW
42
 
from lp.services.propertycache import clear_property_cache
 
42
from lp.services.propertycache import (
 
43
    clear_property_cache,
 
44
    )
43
45
from lp.services.webapp import canonical_url
44
46
from lp.services.webapp.interfaces import ILaunchpadRoot
45
47
from lp.services.webapp.servers import LaunchpadTestRequest