~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/potmsgset.py

  • Committer: Robert Collins
  • Date: 2011-03-15 04:00:50 UTC
  • mto: This revision was merged to the branch mainline in revision 12595.
  • Revision ID: robert@canonical.com-20110315040050-14mmufs4upndy18y
as->AS

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
                '(TranslationMessage.language IN %s AND NOT %s)' % (
414
414
                quote(suggested_languages), in_use_clause))
415
415
 
416
 
        pots = SQL('''pots as (
 
416
        pots = SQL('''pots AS (
417
417
                SELECT POTMsgSet.id
418
418
                FROM POTMsgSet
419
419
                JOIN TranslationTemplateItem ON