def create_job(distro, bug, grantee, owner):
     job = getUtility(IRemoveArtifactSubscriptionsJobSource).create(
         owner, [bug])
     with person_logged_in(owner):
         bug.transitionToInformationType(
                     InformationType.PRIVATESECURITY, owner)
     return job, IRemoveArtifactSubscriptionsJobSource.getName()
 def create_job(distro, bug, grantee, owner):
     job = getUtility(IRemoveArtifactSubscriptionsJobSource).create(
         owner, [bug])
     with person_logged_in(owner):
         bug.transitionToInformationType(
             InformationType.PRIVATESECURITY, owner)
     return job, IRemoveArtifactSubscriptionsJobSource.getName()