~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 08:13:14 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230081314-f73f4ozgkzdi5xqb
More stuff.

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