~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jonathan Riddell
  • Date: 2011-09-20 13:31:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920133100-kpsomvcnjoxv6n6b
syntax fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    trace,
27
27
    transport,
28
28
    )
29
 
from bzrlib.i18n import gettext
30
29
 
31
30
from bzrlib.plugins.launchpad.lp_registration import (
32
31
    LaunchpadService, ResolveLaunchpadPathRequest)