~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/question.py

  • Committer: Curtis Hovey
  • Date: 2011-04-26 16:39:33 UTC
  • mto: (12919.3.1 question-email-0)
  • mto: This revision was merged to the branch mainline in revision 12923.
  • Revision ID: curtis.hovey@canonical.com-20110426163933-u3p42o767syjt5m1
Hush lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
649
649
            # Remove the description widget.
650
650
            widgets = [(True, self.widgets[name])
651
651
                       for name in self.search_field_names]
652
 
            self.widgets = form.Widgets(widgets, len(self.prefix)+1)
 
652
            self.widgets = form.Widgets(widgets, len(self.prefix) + 1)
653
653
            return self.search_template()
654
654
        return self.continue_action.success(data)
655
655