~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tests/test_base_layout.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:
16
16
from BeautifulSoup import BeautifulSoup
17
17
from z3c.ptcompat import ViewPageTemplateFile
18
18
 
 
19
from lp.registry.interfaces.person import PersonVisibility
19
20
from lp.services.webapp.publisher import LaunchpadView
20
21
from lp.services.webapp.servers import LaunchpadTestRequest
21
 
from lp.testing.layers import DatabaseFunctionalLayer
22
 
from lp.registry.interfaces.person import PersonVisibility
23
22
from lp.testing import (
24
23
    person_logged_in,
25
24
    TestCaseWithFactory,
26
25
    )
 
26
from lp.testing.layers import DatabaseFunctionalLayer
27
27
from lp.testing.pages import (
28
28
    extract_text,
29
29
    find_tag_by_id,