~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/launchpadform.txt

  • Committer: Curtis Hovey
  • Date: 2012-01-05 19:53:05 UTC
  • mto: This revision was merged to the branch mainline in revision 14644.
  • Revision ID: curtis.hovey@canonical.com-20120105195305-tp45h5sswyiw0nvq
Removed custom_widget from webapp glob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
attribute:
132
132
 
133
133
  >>> from zope.app.form.browser import TextWidget
134
 
  >>> from lp.services.webapp import custom_widget
 
134
  >>> from lp.app.browser.launchpadform import custom_widget
135
135
  >>> from lp.app.widgets.password import PasswordChangeWidget
136
136
 
137
137
  >>> class FormTestView3(LaunchpadFormView):