~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/__init__.py

  • Committer: Alexander Belchenko
  • Date: 2007-11-19 22:54:30 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3008.
  • Revision ID: bialix@ukr.net-20071119225430-x0ewosrsagis0yno
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
register_lazy_transport(
159
159
    'lp:',
160
160
    'bzrlib.plugins.launchpad.lp_indirect',
161
 
    'launchpad_transport_indirect')
 
161
    'LaunchpadTransport')
162
162
 
163
163
register_lazy_transport(
164
164
    'lp://',
165
165
    'bzrlib.plugins.launchpad.lp_indirect',
166
 
    'launchpad_transport_indirect')
 
166
    'LaunchpadTransport')
167
167
 
168
168
def test_suite():
169
169
    """Called by bzrlib to fetch tests for this plugin"""