~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/adapter.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:
53
53
    )
54
54
from zope.security.proxy import removeSecurityProxy
55
55
 
56
 
from canonical.lazr.timeout import set_default_timeout_function
57
56
from lp.services import features
58
57
from lp.services.config import (
59
58
    config,
76
75
    get_request_timeline,
77
76
    set_request_timeline,
78
77
    )
 
78
from lp.services.timeout import set_default_timeout_function
79
79
from lp.services.webapp.dbpolicy import MasterDatabasePolicy
80
80
from lp.services.webapp.interaction import get_interaction_extras
81
81
from lp.services.webapp.interfaces import (