freeipa/ipalib
2008-08-10 22:23:22 +00:00
..
tests 104: public.option now subclasses from plugable.Plugin; cleaned up unit tests for option 2008-08-10 22:23:22 +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
cli.py 87: Moved to_cli(), from_cli() functions from plugable.py into new cli.py file; moved corresponding unit tests into new test_cli.py file 2008-08-08 21:46:23 +00:00
errors.py 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g' 2008-08-08 21:40:03 +00:00
identity.py 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g' 2008-08-08 21:40:03 +00:00
plugable.py 103: Fixed missing API.__keys assignment 2008-08-09 19:48:47 +00:00
plugins.py 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g' 2008-08-08 21:40:03 +00:00
public.py 104: public.option now subclasses from plugable.Plugin; cleaned up unit tests for option 2008-08-10 22:23:22 +00:00
run.py 49: Added public.PublicAPI class; added some basic unit tests for same 2008-08-05 21:10:49 +00:00
startup.py 51: Moved old_plugins.py back to plugins.py 2008-08-05 21:28:29 +00:00