~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to cbranch.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-29 17:00:45 UTC
  • mto: This revision was merged to the branch mainline in revision 778.
  • Revision ID: jelmer@samba.org-20110829170045-j1yns6q2e6jb236i
Remove unused imports and fix two imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from bzrlib import ui
19
19
from bzrlib.bzrdir import BzrDir
20
 
from bzrlib.branch import Branch
21
20
from bzrlib.config import LocationConfig
22
21
from bzrlib.errors import BzrCommandError, NoSuchFile
23
22
from bzrlib.osutils import pathjoin, basename, abspath