~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Bryce Harrington
  • Date: 2011-06-11 05:12:07 UTC
  • mto: This revision was merged to the branch mainline in revision 13231.
  • Revision ID: bryce@canonical.com-20110611051207-9792oolwslv9nh64
Make description more direct.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
class BugTrackerEditComponentView(LaunchpadEditFormView):
464
464
    """Provides editing form for setting source packages for components.
465
465
 
466
 
    In this class we assume that bug tracker components are always
 
466
    This class assumes that bug tracker components are always
467
467
    linked to source packages in the Ubuntu distribution.
468
468
    """
469
469
    schema = IBugTrackerComponent