~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/jabber.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    """Jabber specific user ID """
32
32
    export_as_webservice_entry('jabber_id')
33
33
    id = Int(title=_("Database ID"), required=True, readonly=True)
34
 
    # schema=Interface will be overriden in person.py because of circular
 
34
    # schema=Interface will be overridden in person.py because of circular
35
35
    # dependencies.
36
36
    person = exported(
37
37
        Reference(