~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarianserver/tests/test_sigdumpmem.py

  • 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:
8
8
import os
9
9
import time
10
10
 
11
 
from canonical.librarian.interfaces import DUMP_FILE, SIGDUMPMEM
 
11
from lp.services.librarian.interfaces.client import (
 
12
    DUMP_FILE,
 
13
    SIGDUMPMEM,
 
14
    )
 
15
from lp.testing import TestCase
12
16
from lp.testing.layers import LibrarianLayer
13
 
from lp.testing import TestCase
14
17
 
15
18
 
16
19
class SIGDUMPMEMTestCase(TestCase):