~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout-templates/bin/kill-test-services.in

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
import sys
20
20
 
 
21
from lp.services.librarianserver.testing.server import LibrarianTestSetup
 
22
from lp.services.osutils import kill_by_pidfile
21
23
from lp.testing.layers import MemcachedLayer
22
 
from canonical.librarian.testing.server import LibrarianTestSetup
23
 
from lp.services.osutils import kill_by_pidfile
24
24
 
25
25
 
26
26
def main(args):