~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

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