~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/database/tests/test_collection.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:
11
11
    )
12
12
from zope.component import getUtility
13
13
 
 
14
from lp.services.database.collection import Collection
14
15
from lp.services.webapp.interfaces import (
15
16
    IStoreSelector,
16
17
    MAIN_STORE,
17
18
    MASTER_FLAVOR,
18
19
    )
19
 
from lp.testing.layers import ZopelessDatabaseLayer
20
 
from lp.services.database.collection import Collection
21
20
from lp.testing import TestCaseWithFactory
22
21
from lp.testing.fakemethod import FakeMethod
 
22
from lp.testing.layers import ZopelessDatabaseLayer
23
23
 
24
24
 
25
25
def get_store():