~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-30 10:09:30 UTC
  • mfrom: (14606.2.8 apocalibrarian)
  • Revision ID: launchpad@pqm.canonical.com-20111230100930-kp3e0l6wakissewm
[r=wgrant][no-qa] Move canonical.librarian to
        lp.services.librarian(server).

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):