138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc instead of cmd.get_doc()

This commit is contained in:
Jason Gerard DeRose
2008-08-13 02:34:36 +00:00
parent 69f7132365
commit 0fed74b56d
5 changed files with 49 additions and 49 deletions

View File

@@ -45,7 +45,6 @@ class option(plugable.Plugin):
"""
__public__ = frozenset((
'get_doc',
'normalize',
'default',
'validate',