summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* 143: Added errors.RequirementError exception; cmd.validate() now raises ↵Jason Gerard DeRose2008-08-131-0/+12
| | | | RequirementError if a required option is missing
* 142: python2.4: Fixed custom exceptions in errors.py as exceptions in ↵Jason Gerard DeRose2008-08-131-3/+3
| | | | Python2.4 are not new-style classes
* 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'Jason Gerard DeRose2008-08-081-33/+33
|
* 81: Switch from tab to 4-space indentationJason Gerard DeRose2008-08-081-80/+80
|
* 76: Fleshed out opt.validate(); added corresponding unit testsJason Gerard DeRose2008-08-071-3/+5
|
* 72: Started work on public.opt class; added corresponding unit testsJason Gerard DeRose2008-08-071-0/+20
|
* 65: Finished simplified Proxy2 class; updated unit testsJason Gerard DeRose2008-08-061-3/+0
|
* 47: Added plugable.check_identifier() function; added corresponding unit testsJason Gerard DeRose2008-08-051-1/+4
|
* 31: Renamed exceptions.py to errors.pyJason Gerard DeRose2008-07-311-0/+127