~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/librarian/testing/server.py

  • 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:
22
22
 
23
23
import canonical
24
24
from canonical.config import config
25
 
from canonical.launchpad.daemons.tachandler import (
 
25
from lp.services.daemons.tachandler import (
26
26
    TacException,
27
27
    TacTestSetup,
28
28
    )