~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/shellcomplete.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-19 17:14:34 UTC
  • mfrom: (6378.1.5 config-si-unit)
  • Revision ID: pqm@pqm.ubuntu.com-20111219171434-i0b4ir0invs9il2v
(vila) Migrate add.maximum_file_size configuration option. (Vincent Ladeuil)

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
 
    from bzrlib import commands
 
62
    import inspect
 
63
    import commands
63
64
    from inspect import getdoc
64
65
 
65
66
    commands.install_bzr_command_hooks()