freeipa/ipalib
2008-08-13 07:20:10 +00:00
..
plugins 144: Made properties in example plugins all required 2008-08-13 05:25:00 +00:00
tests 146: Removed CLI.parse_kw() method and corresponding unit tests 2008-08-13 06:40:25 +00:00
__init__.py 10: Updated base.API to reflect the fact that base.Object is now the new unit of plugin functionality; updated corresponding unit tests 2008-07-20 01:29:59 +00:00
api.py 133: Renamed run.py to api.py 2008-08-13 01:26:30 +00:00
cli.py 148: Added some basic out put for cli.help.__call__() method 2008-08-13 07:20:10 +00:00
errors.py 143: Added errors.RequirementError exception; cmd.validate() now raises RequirementError if a required option is missing 2008-08-13 05:14:12 +00:00
load_plugins.py 133: Renamed run.py to api.py 2008-08-13 01:26:30 +00:00
plugable.py 138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc instead of cmd.get_doc() 2008-08-13 02:34:36 +00:00
public.py 147: Changed cmd calling signature to __call__(self, *args, **kw) 2008-08-13 06:41:39 +00:00