~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/googlesearch/doc/google-searchservice.txt

  • 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:
596
596
 
597
597
    >>> from socket import socket
598
598
    >>> from textwrap import dedent
599
 
    >>> from canonical.lazr.timeout import (
 
599
    >>> from lp.services.timeout import (
600
600
    ...     get_default_timeout_function, set_default_timeout_function)
601
601
 
602
602
    >>> server = socket()