~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/googlesearch/tests/test_googleservice.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:
12
12
import os
13
13
import unittest
14
14
 
15
 
from canonical.lazr.pidfile import pidfile_path
16
15
from lp.services.googlesearch import googletestservice
 
16
from lp.services.pidfile import pidfile_path
17
17
 
18
18
 
19
19
class TestServiceUtilities(unittest.TestCase):