~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_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:
47
47
from lp.bugs.model.bug import Bug
48
48
from lp.bugs.model.bugtask import get_related_bugtasks_search_params
49
49
from lp.registry.errors import (
 
50
    InvalidName,
50
51
    NameAlreadyTaken,
51
52
    PrivatePersonLinkageError,
52
53
    )
55
56
from lp.registry.interfaces.nameblacklist import INameBlacklistSet
56
57
from lp.registry.interfaces.person import (
57
58
    ImmutableVisibilityError,
58
 
    InvalidName,
59
59
    IPersonSet,
60
60
    PersonCreationRationale,
61
61
    PersonVisibility,