~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/rosetta/archive/createuser.py

  • Committer: Curtis Hovey
  • Date: 2007-08-04 15:40:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4670.
  • Revision ID: curtis.hovey@canonical.com-20070804154041-xzxst2oxf0skswbu
Normalized comments for bug 3732.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
    ztm = initZopeless()
43
43
 
44
 
    # XXX: We don't check if the person already exists.
 
44
    # XXX daniels 2004-12-14: We don't check if the person already exists.
45
45
    person = Person(
46
46
        name = generate_nick(email),
47
47
        givenname = givenName,
111
111
            print "Sending email to %s..." % options.email
112
112
            send_email(person, options.email, password)
113
113
    else:
114
 
        # XXX: We should do this message more descriptive.
 
114
        # XXX daniels 2004-12-14: We should do this message more descriptive.
115
115
        print "Please, review the command line, we need more options..."
116
116