~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtarget.py

Quiet lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
827
827
        Returns a list of dicts, with each dict containing values for
828
828
        "preamble" and "content".
829
829
        """
 
830
 
830
831
        def target_name(target):
831
832
            # IProject can be considered the target of a bug during
832
833
            # the bug filing process, but does not extend IBugTarget
871
872
 
872
873
    This view exists only to redirect from +filebug-advanced to +filebug.
873
874
    """
 
875
 
874
876
    def initialize(self):
875
877
        filebug_url = canonical_url(
876
878
            self.context, rootsite='bugs', view_name='+filebug')