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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 23:48:08 UTC
  • mfrom: (7316 work)
  • mto: This revision was merged to the branch mainline in revision 7328.
  • Revision ID: jelmer@jelmer.uk-20190603234808-15yk5c7054tj8e2b
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
lazy_import(globals(), """
24
24
from breezy import (
25
25
    branch,
 
26
    errors,
26
27
    version_info_formats,
27
28
    workingtree,
28
29
    )
29
30
from breezy.i18n import gettext
30
31
""")
31
32
 
32
 
from . import (
33
 
    errors,
34
 
    )
35
33
from .commands import Command
36
34
from .option import Option, RegistryOption
37
35
from .sixish import text_type