/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/propose/launchpad.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-01-11 16:22:12 UTC
  • mfrom: (7408.3.2 propose-core)
  • Revision ID: breezy.the.bot@gmail.com-20200111162212-nbf6wtjz2lxryuf2
Move the propose module into core.

Merged from https://code.launchpad.net/~jelmer/brz/propose-core/+merge/374757

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import shutil
24
24
import tempfile
25
25
 
26
 
from .propose import (
 
26
from ...propose import (
27
27
    Hoster,
28
28
    LabelsUnsupported,
29
29
    MergeProposal,