/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 bzrlib/shellcomplete.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-03 22:13:09 UTC
  • mfrom: (6421 +trunk)
  • mto: (6437.3.23 2.5)
  • mto: This revision was merged to the branch mainline in revision 6451.
  • Revision ID: jelmer@samba.org-20120103221309-i37nc7q09erm17xx
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
def shellcomplete_commands(outfile = None):
61
61
    """List all commands"""
62
 
    import inspect
63
 
    import commands
 
62
    from bzrlib import commands
64
63
    from inspect import getdoc
65
64
 
66
65
    commands.install_bzr_command_hooks()