~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-18 23:42:00 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218234200-jocarlc83r4kkdgk
Moved lost validators to lp.services.validation

Show diffs side-by-side

added added

removed removed

Lines of Context:
3935
3935
 
3936
3936
        # XXX j.c.sackett 2010-09-15 bug=628247, 576757 There is a validation
3937
3937
        # system set up for this that is almost identical in
3938
 
        # canonical.launchpad.interfaces.validation, called
 
3938
        # lp.app.validators.validation, called
3939
3939
        # _check_email_available or similar. It would be really nice if we
3940
3940
        # could merge that code somehow with this.
3941
3941
        email = getUtility(IEmailAddressSet).getByEmail(newemail)