55
55
from canonical.launchpad.fields import (
56
56
ParticipatingPersonChoice, PublicPersonChoice, StrippedTextLine)
57
57
from canonical.launchpad.interfaces.launchpad import IPrivacy
59
58
from lp.registry.interfaces.role import IHasOwner
60
59
from lp.soyuz.interfaces.buildrecords import IHasBuildRecords
61
60
from lp.soyuz.interfaces.processor import IProcessorFamily
62
61
from lp.registry.interfaces.gpg import IGPGKey
63
62
from lp.registry.interfaces.person import IPerson
64
63
from canonical.launchpad.validators.name import name_validator
66
66
from lazr.restful.declarations import (
67
67
REQUEST_USER, call_with, export_as_webservice_entry, exported,