~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/tests/test_webapp.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:
8
8
from textwrap import dedent
9
9
 
10
10
from lp.services.config import config
11
 
from lp.services.webapp.errorlog import globalErrorUtility
12
 
from lp.services.webapp.servers import LaunchpadTestRequest
13
11
from lp.services.features import (
14
12
    getFeatureFlag,
15
13
    webapp,
16
14
    )
17
15
from lp.services.features.testing import FeatureFixture
 
16
from lp.services.webapp.errorlog import globalErrorUtility
 
17
from lp.services.webapp.servers import LaunchpadTestRequest
18
18
from lp.testing import (
19
19
    CaptureOops,
20
20
    layers,