~brz/brz/3.0

« back to all changes in this revision

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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-11-17 21:06:21 UTC
  • mfrom: (7326.2.1 missing-launchpadlib)
  • Revision ID: breezy.the.bot@gmail.com-20191117210621-e3jixq3st0tgkr26
Allow running tests without launchpadlib installed.

Merged from https://code.launchpad.net/~jelmer/brz/missing-launchpadlib/+merge/374752

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    )
49
49
from ...transport.http import _urllib2_wrappers
50
50
 
51
 
from .lp_api import (
 
51
from .uris import (
52
52
    DEFAULT_INSTANCE,
53
53
    LAUNCHPAD_DOMAINS,
54
54
    LAUNCHPAD_BAZAAR_DOMAINS,