~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
717
717
        """Base clauses and clauseTables for binary publishing queries.
718
718
 
719
719
        Returns a list of 'clauses' (to be joined in the callsite) and
720
 
        a list of clauseTables required according the given arguments.
 
720
        a list of clauseTables required according to the given arguments.
721
721
        """
722
722
        clauses = ["""
723
723
            BinaryPackagePublishingHistory.archive = %s AND