~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/profile/tests.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:
24
24
    )
25
25
from zope.error.interfaces import IErrorReportingUtility
26
26
 
 
27
from lp.services.features.testing import FeatureFixture
 
28
from lp.services.profile import profile
27
29
import lp.services.webapp.adapter as da
28
30
from lp.services.webapp.errorlog import ErrorReportingUtility
29
31
from lp.services.webapp.interfaces import StartRequestEvent
30
32
from lp.services.webapp.servers import LaunchpadTestRequest
31
 
from lp.testing.layers import LaunchpadFunctionalLayer
32
 
from lp.services.features.testing import FeatureFixture
33
 
from lp.services.profile import profile
34
33
from lp.testing import (
35
34
    layers,
36
35
    TestCase,
37
36
    TestCaseWithFactory,
38
37
    )
 
38
from lp.testing.layers import LaunchpadFunctionalLayer
39
39
from lp.testing.systemdocs import (
40
40
    LayeredDocFileSuite,
41
41
    setUp,