~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_branchmergequeuelisting.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
import soupmatchers
12
12
from zope.security.proxy import removeSecurityProxy
13
13
 
14
 
from lp.services.webapp import canonical_url
15
 
from lp.testing.layers import DatabaseFunctionalLayer
16
14
from lp.services.features.model import (
17
15
    FeatureFlag,
18
16
    getFeatureStore,
19
17
    )
 
18
from lp.services.webapp import canonical_url
20
19
from lp.testing import (
21
20
    BrowserTestCase,
22
21
    login_person,
23
22
    person_logged_in,
24
23
    TestCaseWithFactory,
25
24
    )
 
25
from lp.testing.layers import DatabaseFunctionalLayer
26
26
from lp.testing.pages import (
27
27
    extract_link_from_tag,
28
28
    extract_text,