~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/tests/test_layers_functional.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:
31
31
    getUtility,
32
32
    )
33
33
 
34
 
from canonical.lazr.pidfile import pidfile_path
35
34
from lp.services.config import config
36
35
from lp.services.librarian.client import (
37
36
    LibrarianClient,
39
38
    )
40
39
from lp.services.librarian.interfaces.client import ILibrarianClient
41
40
from lp.services.memcache.client import memcache_client_factory
 
41
from lp.services.pidfile import pidfile_path
42
42
from lp.testing.layers import (
43
43
    AppServerLayer,
44
44
    BaseLayer,