~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/tests/translationimportqueue-views.txt

  • Committer: Francis J. Lacoste
  • Date: 2011-12-06 20:10:56 UTC
  • mfrom: (14448 devel)
  • mto: This revision was merged to the branch mainline in revision 14474.
  • Revision ID: francis.lacoste@canonical.com-20111206201056-jk8q5euywtd4vqk7
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
 
222
222
The drop-down list is fed from a vocabulary.
223
223
 
224
 
    >>> from canonical.launchpad.vocabularies import (
225
 
    ...     TranslationTemplateVocabulary)
 
224
    >>> from lp.translations.vocabularies import TranslationTemplateVocabulary
226
225
    >>> vocab = TranslationTemplateVocabulary(po_entry)
227
226
    >>> for term in vocab:
228
227
    ...     print term.title