/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/reconfigure.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from __future__ import absolute_import
24
24
 
25
25
 
26
 
from brzlib import (
 
26
from breezy import (
27
27
    branch,
28
28
    controldir,
29
29
    errors,
31
31
    ui,
32
32
    urlutils,
33
33
    )
34
 
from brzlib.i18n import gettext
 
34
from breezy.i18n import gettext
35
35
 
36
36
# TODO: common base class for all reconfigure operations, making no
37
37
# assumptions about what kind of change will be done.