/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/git/commands.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 02:48:11 UTC
  • mfrom: (7143.7.1 unused-import)
  • Revision ID: breezy.the.bot@gmail.com-20181116024811-q2wd1lddpxizz25h
Remove some unused bzr-specific imports in breezy.git.

Merged from https://code.launchpad.net/~jelmer/brz/unused-import/+merge/358359

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from __future__ import absolute_import
25
25
 
26
 
import breezy.bzr.bzrdir
27
26
from ..commands import (
28
27
    Command,
29
28
    display_command,