~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/tests/test_doc.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:
10
10
from zope.security.management import setSecurityPolicy
11
11
 
12
12
from lp.services.config import config
 
13
from lp.services.testing import build_test_suite
13
14
from lp.services.webapp.authorization import LaunchpadSecurityPolicy
14
15
from lp.testing.layers import (
15
16
    DatabaseFunctionalLayer,
16
17
    LaunchpadZopelessLayer,
17
18
    )
18
 
from lp.services.testing import build_test_suite
19
19
from lp.testing.systemdocs import (
20
20
    LayeredDocFileSuite,
21
21
    setUp,