~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/question.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
            question_target = IQuestionTarget(self.view.question_target)
438
438
            supported_languages = question_target.getSupportedLanguages()
439
439
        else:
440
 
            supported_languages = set([english])
 
440
            supported_languages = [english]
441
441
 
442
442
        terms = []
443
443
        for lang in languages: