1
# Copyright 2010 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""XMLRPC APIs for person set."""
12
from zope.interface import implements
14
from canonical.launchpad.webapp import LaunchpadXMLRPCView
15
from lp.registry.interfaces.person import IPersonSetAPIView
18
class PersonSetAPIView(LaunchpadXMLRPCView):
19
"""See `IPersonSetAPIView`."""
21
implements(IPersonSetAPIView)
23
def getOrCreateByOpenIDIdentifier(self, openid_identifier, email,