/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/launchpad/cmds.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-23 22:06:41 UTC
  • mfrom: (6738 trunk)
  • mto: This revision was merged to the branch mainline in revision 6739.
  • Revision ID: jelmer@jelmer.uk-20170723220641-69eczax9bmv8d6kk
Merge trunk, address review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    )
29
29
from ...errors import (
30
30
    BzrCommandError,
31
 
    InvalidURL,
32
31
    NotBranchError,
33
32
    )
34
33
from ...i18n import gettext
65
64
 
66
65
    def _get_web_url(self, service, location):
67
66
        from .lp_registration import (
 
67
            InvalidURL,
68
68
            NotLaunchpadBranch)
69
69
        for branch_url in self._possible_locations(location):
70
70
            try: