~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 02:24:09 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230022409-m5q10ovxvi0vq9f3
format-imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import os
9
9
import time
10
10
 
11
 
from lp.services.librarian.interfaces.client 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):