~allenap/launchpad/parent-to-previous-bug-782105

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/distributionsourcepackage.py

  • Committer: Gavin Panella
  • Date: 2011-05-13 16:17:18 UTC
  • mfrom: (7675.4861.650 devel)
  • Revision ID: gavin.panella@canonical.com-20110513161718-h64043xfssl84xvo
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
from canonical.launchpad.database.emailaddress import EmailAddress
39
39
from canonical.launchpad.interfaces.lpstorm import IStore
40
40
from canonical.lazr.utils import smartquote
41
 
from lp.answers.interfaces.questiontarget import IQuestionTarget
42
41
from lp.bugs.interfaces.bugtarget import IHasBugHeat
43
42
from lp.bugs.interfaces.bugtask import UNRESOLVED_BUGTASK_STATUSES
44
43
from lp.bugs.model.bug import (
140
139
    """
141
140
 
142
141
    implements(
143
 
        IDistributionSourcePackage, IHasBugHeat, IHasCustomLanguageCodes,
144
 
        IQuestionTarget)
 
142
        IDistributionSourcePackage, IHasBugHeat, IHasCustomLanguageCodes)
145
143
 
146
144
    bug_reporting_guidelines = DistributionSourcePackageProperty(
147
145
        'bug_reporting_guidelines')