~nmb/bzr-colo/trunk

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2011-04-18 17:25:30 UTC
  • mfrom: (96.3.1 pyflakes-nits)
  • Revision ID: nmb@wartburg.edu-20110418172530-3rq29h8zdxdp1ex2
clean up imports (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                    branch as _mod_branch,
23
23
                    builtins,
24
24
                    bzrdir,
25
 
                    commands,
26
25
                    directory_service,
27
 
                    errors, 
28
26
                    option,
29
27
                    osutils,
30
28
                    reconfigure,
36
34
                   )
37
35
from bzrlib.repofmt import groupcompress_repo, knitpack_repo
38
36
''')
 
37
from bzrlib import (commands,
 
38
                    errors,
 
39
                   )
 
40
 
39
41
 
40
42
from colocated import (COLOCATED_LOCATION,
41
43
                       ColocatedWorkspace,
42
 
                       NoCurrentBranch,
43
44
                      )
44
45
 
45
46
COLOCATED_STAGING = u'.bzrbranches'