~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/tests/test_publication.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:
25
25
    )
26
26
from lp.services.webapp.publisher import get_current_browser_request
27
27
from lp.services.webapp.servers import LaunchpadTestRequest
28
 
from lp.testing.layers import DatabaseFunctionalLayer
29
28
from lp.testing import (
30
29
    ANONYMOUS,
31
30
    login,
32
31
    login_person,
33
32
    TestCaseWithFactory,
34
33
    )
 
34
from lp.testing.layers import DatabaseFunctionalLayer
35
35
from lp.testing.publication import test_traverse
36
36
 
37
37