227
227
Create the katie user and register it in a team that is allowed to
231
... IPersonSet, IEmailAddressSet, PersonCreationRationale, IGPGKeySet,
233
239
>>> name, address = "Katie", "katie@rockhopper.ubuntu.com"
234
240
>>> user = getUtility(IPersonSet).ensurePerson(
235
241
... address, name, PersonCreationRationale.OWNER_CREATED_LAUNCHPAD)