~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/interfaces/queue.py

  • Committer: Raphael Badin
  • Date: 2011-08-16 16:11:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13714.
  • Revision ID: raphael.badin@canonical.com-20110816161116-162dmc9hhg2sikyh
Fix branch as per MP's comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
649
649
 
650
650
    def getBuildsForSources(self, distroseries, status=None, pockets=None,
651
651
                            names=None):
652
 
        """Return binary package upload records for a series with option
 
652
        """Return binary package upload records for a series with optional
653
653
        filtering.
654
654
 
655
655
        :param distroseries: the `IDistroSeries` to consider.