~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/distroarchseries.py

  • Committer: Curtis Hovey
  • Date: 2011-12-22 17:24:23 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222172423-b0hyny6w944eewhz
Fixed doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
        return iter(DistroArchSeries.select())
367
367
 
368
368
    def get(self, dar_id):
369
 
        """See `canonical.launchpad.interfaces.IDistributionSet`."""
 
369
        """See `IDistributionSet`."""
370
370
        return DistroArchSeries.get(dar_id)
371
371
 
372
372
    def count(self):