~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_recipebuilder.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from twisted.internet import defer
20
20
from zope.security.proxy import removeSecurityProxy
21
21
 
22
 
from lp.testing.layers import LaunchpadZopelessLayer
23
22
from lp.buildmaster.enums import BuildFarmJobType
24
23
from lp.buildmaster.interfaces.builder import CannotBuild
25
24
from lp.buildmaster.interfaces.buildfarmjobbehavior import (
43
42
    person_logged_in,
44
43
    TestCaseWithFactory,
45
44
    )
 
45
from lp.testing.layers import LaunchpadZopelessLayer
46
46
 
47
47
 
48
48
class TestRecipeBuilder(TestCaseWithFactory):