~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/keyserver/testkeyserver.tac

  • Committer: Curtis Hovey
  • Date: 2011-12-24 19:06:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224190636-y81r6pbwqt3ib6q3
Moved daemons to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from twisted.web import server
9
9
 
10
10
from canonical.config import config
11
 
from canonical.launchpad.daemons import readyservice
 
11
from lp.services.daemons import readyservice
12
12
from lp.services.scripts import execute_zcml_for_scripts
13
13
from lp.testing.keyserver.web import KeyServerResource
14
14