~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/product-widgets.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-29 05:29:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14606.
  • Revision ID: curtis.hovey@canonical.com-20111229052936-c261pibg1p6ze6m4
Moved canonical.config to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
 
477
477
Launchpad form macros do not generate table rows for the GhostWidget.
478
478
 
479
 
    >>> from canonical.config import config
 
479
    >>> from lp.services.config import config
480
480
    >>> from z3c.ptcompat import ViewPageTemplateFile
481
481
    >>> from lp.app.browser.launchpadform import (
482
482
    ...     custom_widget, LaunchpadFormView)