49
49
ubuntu_team = getUtility(IPersonSet).getByName('ubuntu-team')
50
50
ubuntu_team.addLanguage(getUtility(ILanguageSet)['en'])
51
51
ubuntu = getUtility(IDistributionSet).getByName('ubuntu')
53
53
ubuntu_question = ubuntu.newQuestion(
54
54
sample_person, "Can't install Ubuntu",
55
55
"I insert the install CD in the CD-ROM drive, but it won't boot.")