~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/keyserver/harness.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:
7
7
import shutil
8
8
 
9
9
from canonical.config import config
10
 
from canonical.launchpad.daemons.tachandler import TacTestSetup
 
10
from lp.services.daemons.tachandler import TacTestSetup
11
11
 
12
12
 
13
13
KEYS_DIR = os.path.join(os.path.dirname(__file__), 'tests/keys')