~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/daemons/tests/test_tachandler.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:
1
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
 
"""Tests for canonical.launchpad.daemons.tachandler"""
 
4
"""Tests for lp.services.daemons.tachandler"""
5
5
 
6
6
__metaclass__ = type
7
7
 
21
21
    Not,
22
22
    )
23
23
 
24
 
from canonical.launchpad.daemons.readyservice import LOG_MAGIC
25
 
from canonical.launchpad.daemons.tachandler import (
 
24
from lp.services.daemons.readyservice import LOG_MAGIC
 
25
from lp.services.daemons.tachandler import (
26
26
    TacException,
27
27
    TacTestSetup,
28
28
    )