~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/hierarchical-menu.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:
67
67
We'll add the objects to the request's list of traversed objects so
68
68
the hierarchy will discover them.
69
69
 
70
 
    >>> from canonical.lazr.testing.menus import make_fake_request
 
70
    >>> from lp.testing.menu import make_fake_request
71
71
    >>> request = make_fake_request(
72
72
    ...     'http://launchpad.dev/joy-of-cooking/spam',
73
73
    ...     [root, cookbook, recipe])