~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/browser/tests/test_views.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:
13
13
from testtools.matchers import LessThan
14
14
 
15
15
from lp.services.webapp import canonical_url
16
 
from lp.testing.layers import DatabaseFunctionalLayer
17
16
from lp.testing import (
18
17
    login,
19
18
    logout,
20
19
    TestCaseWithFactory,
21
20
    )
22
21
from lp.testing._webservice import QueryCollector
 
22
from lp.testing.layers import DatabaseFunctionalLayer
23
23
from lp.testing.matchers import HasQueryCount
24
24
from lp.testing.sampledata import ADMIN_EMAIL
25
25
from lp.testing.systemdocs import (