~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Albisetti
  • Date: 2008-04-08 22:56:38 UTC
  • mto: (3350.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 3351.
  • Revision ID: argentina@gmail.com-20080408225638-ghmlbx6afr7fy0g1
 * Change to module imports to alphabetical order
 * Small tweak in indention

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    errors,
44
44
    option,
45
45
    osutils,
 
46
    registry,
46
47
    trace,
47
48
    win32utils,
48
 
    registry,
49
49
    )
50
50
""")
51
51
 
178
178
            pass
179
179
        else:
180
180
            raise errors.CommandAvailableInPlugin(cmd_name, 
181
 
                                                plugin_metadata, provider)
 
181
                                                  plugin_metadata, provider)
182
182
 
183
183
    raise KeyError
184
184