summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
Commit message (Collapse)AuthorAgeFilesLines
* 33: Finished unit tests for plugable.ProxyJason Gerard DeRose2008-08-011-5/+12
|
* 32: Added Plugin and Proxy base classes in plugable module, along with ↵Jason Gerard DeRose2008-07-311-0/+84
| | | | to_cli() and from_cli() functions; added correspending unit tests
* 31: Renamed exceptions.py to errors.pyJason Gerard DeRose2008-07-311-5/+5
|
* 30: Added plugable module with more generic implementation of Registrar; ↵Jason Gerard DeRose2008-07-281-0/+95
added corresponding unit tests