~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/tests/test_matchers.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:
17
17
from zope.security.checker import NamesChecker
18
18
from zope.security.proxy import ProxyFactory
19
19
 
20
 
from lp.testing.layers import DatabaseFunctionalLayer
21
20
from lp.testing import (
22
21
    TestCase,
23
22
    TestCaseWithFactory,
24
23
    )
25
24
from lp.testing._webservice import QueryCollector
 
25
from lp.testing.layers import DatabaseFunctionalLayer
26
26
from lp.testing.matchers import (
27
27
    BrowsesWithQueryLimit,
28
28
    Contains,