~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/layers.py

  • Committer: William Grant
  • Date: 2011-12-30 08:13:14 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230081314-f73f4ozgkzdi5xqb
More stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    )
102
102
from zope.server.logger.pythonlogger import PythonLogger
103
103
 
104
 
from canonical.lazr import pidfile
105
 
from canonical.lazr.timeout import (
106
 
    get_default_timeout_function,
107
 
    set_default_timeout_function,
108
 
    )
 
104
from lp.services import pidfile
109
105
from lp.services.config import (
110
106
    config,
111
107
    dbconfig,
131
127
from lp.services.rabbit.server import RabbitServer
132
128
from lp.services.scripts import execute_zcml_for_scripts
133
129
from lp.services.testing.profiled import profiled
 
130
from lp.services.timeout import (
 
131
    get_default_timeout_function,
 
132
    set_default_timeout_function,
 
133
    )
134
134
from lp.services.webapp.authorization import LaunchpadPermissiveSecurityPolicy
135
135
from lp.services.webapp.interfaces import (
136
136
    DEFAULT_FLAVOR,