~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/database/tests/test_bulk.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:
14
14
    proxy,
15
15
    )
16
16
 
 
17
from lp.bugs.model.bug import BugAffectsPerson
 
18
from lp.code.model.branchsubscription import BranchSubscription
 
19
from lp.registry.model.person import Person
 
20
from lp.services.database import bulk
17
21
from lp.services.database.lpstorm import (
18
22
    IMasterStore,
19
23
    ISlaveStore,
20
24
    IStore,
21
25
    )
22
 
from lp.testing.layers import DatabaseFunctionalLayer
23
 
from lp.bugs.model.bug import BugAffectsPerson
24
 
from lp.code.model.branchsubscription import BranchSubscription
25
 
from lp.registry.model.person import Person
26
 
from lp.services.database import bulk
27
26
from lp.soyuz.model.component import Component
28
27
from lp.testing import (
29
28
    TestCase,
30
29
    TestCaseWithFactory,
31
30
    )
 
31
from lp.testing.layers import DatabaseFunctionalLayer
32
32
 
33
33
 
34
34
object_is_key = lambda thing: thing