~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 14:11:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920141127-xx7gg02log42ptub
add missing import

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
29
30
 
30
31
from bzrlib.plugins.launchpad.lp_registration import (
31
32
    LaunchpadService, ResolveLaunchpadPathRequest)