summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 324: Removed 'smart_option_order' from Command.__public__; cli commands ↵Jason Gerard DeRose2008-09-241-1/+0
| | | | help, console, and show_plugins now override Command.run() instead of Command.__call__()
* 323: Added Command.run() method that dispatches to execute() or forward(); ↵Jason Gerard DeRose2008-09-241-1/+14
| | | | added corresponding unit tests
* 319: Added new backend and tests.test_backend modules; added place-holder ↵Jason Gerard DeRose2008-09-241-2/+1
| | | | Backend class and corresponding unit tests
* 317: Renamed public.py to frontend.py; renamed test_public.py to ↵Jason Gerard DeRose2008-09-231-0/+571
test_frontend.py