~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/branch.py

  • Committer: Brad Crittenden
  • Date: 2010-07-27 19:17:43 UTC
  • mto: (7675.745.73 launchpad)
  • mto: This revision was merged to the branch mainline in revision 11319.
  • Revision ID: bac@canonical.com-20100727191743-3p0dky6ist7q9b6n
Destroy PRIVATE_MEMBERSHIP teams and remove them from the face of the Earth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
from canonical.launchpad import _
58
58
from canonical.launchpad.fields import (
59
 
    ParticipatingPersonChoice, PublicPersonChoice, URIField, Whiteboard)
 
59
    PersonChoice, PublicPersonChoice, URIField, Whiteboard)
60
60
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
61
61
from canonical.launchpad.validators import LaunchpadValidationError
62
62
from canonical.launchpad.webapp.interfaces import (
361
361
            vocabulary='ValidPersonOrTeam'))
362
362
 
363
363
    owner = exported(
364
 
        ParticipatingPersonChoice(
 
364
        PersonChoice(
365
365
            title=_('Owner'),
366
366
            required=True, readonly=True,
367
367
            vocabulary='UserTeamsParticipationPlusSelf',