~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/browser/tests/test_views.py

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many 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 (