~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-05-12 21:51:01 UTC
  • mto: This revision was merged to the branch mainline in revision 13040.
  • Revision ID: curtis.hovey@canonical.com-20110512215101-ksae60bg20w75wi3
Hush lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
    def __ne__(other):
208
208
        """IDistributionSourcePackage comparison method.
209
209
 
210
 
        Distro sourcepackages compare not equal if either of their distribution
211
 
        or sourcepackagename compare not equal.
 
210
        Distro sourcepackages compare not equal if either of their
 
211
        distribution or sourcepackagename compare not equal.
212
212
        """
213