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

  • Committer: Jelmer Vernooij
  • Date: 2020-01-11 17:41:33 UTC
  • mto: This revision was merged to the branch mainline in revision 7440.
  • Revision ID: jelmer@jelmer.uk-20200111174133-ob2p0twwsmvw5ut7
Don't lazy-import errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
from breezy import (
32
32
    cleanup,
33
33
    controldir,
34
 
    errors,
35
34
    osutils,
36
35
    textfile,
37
36
    timestamp,
42
41
from breezy.i18n import gettext
43
42
""")
44
43
 
 
44
from . import (
 
45
    errors,
 
46
    )
45
47
from .registry import (
46
48
    Registry,
47
49
    )