~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/doc/canonicalurl.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:
58
58
Right now, none of our example objects can be turned into cooking
59
59
directions.
60
60
 
61
 
    >>> from canonical.lazr.canonicalurl import (nearest_adapter,
 
61
    >>> from lp.services.webapp.canonicalurl import (nearest_adapter,
62
62
    ...     nearest_context_with_adapter)
63
63
 
64
64
    >>> print nearest_adapter(root, ICookingDirections)