~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/person.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-15 13:18:37 UTC
  • mfrom: (13662.5.6 push-creates-package)
  • Revision ID: launchpad@pqm.canonical.com-20110815131837-cp2nb9wc52fswn67
[r=adeuring][bug=386596] Push creates source package names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
    HasRequestedReviewsMixin,
200
200
    )
201
201
from lp.registry.errors import (
 
202
    InvalidName,
202
203
    JoinNotAllowed,
203
204
    NameAlreadyTaken,
204
205
    PPACreationError,
225
226
    )
226
227
from lp.registry.interfaces.person import (
227
228
    ImmutableVisibilityError,
228
 
    InvalidName,
229
229
    IPerson,
230
230
    IPersonSet,
231
231
    IPersonSettings,