~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:26:32 UTC
  • mfrom: (14606.4.19 apocaremains-2)
  • Revision ID: launchpad@pqm.canonical.com-20111231002632-67fafhhz150cct3b
[r=wgrant][no-qa] Explode canonical.lazr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import time
10
10
 
11
11
from lp.services.config import config
 
12
from lp.services.pidfile import get_pid
12
13
from lp.services.webapp.sigdumpmem import (
13
14
    DUMP_FILE,
14
15
    SIGDUMPMEM,
15
16
    )
16
 
from canonical.lazr.pidfile import get_pid
 
17
from lp.testing import TestCase
17
18
from lp.testing.layers import AppServerLayer
18
 
from lp.testing import TestCase
19
19
 
20
20
 
21
21
class SIGDUMPMEMTestCase(TestCase):