summaryrefslogtreecommitdiffstats
path: root/src/lib/Options.py
Commit message (Expand)AuthorAgeFilesLines
...
* fixup bcfg2 client to use new option parserNarayan Desai2007-12-311-2/+41
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-5/+47
* Add unit testing for new option parsing library (Full Coverage)Narayan Desai2007-12-311-13/+12
* Reimplement option parser so that the code doesn't cause blindnessNarayan Desai2007-12-311-60/+108
* add SENDMAIL_PATHRobert Gogolok2007-12-301-1/+1
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-23/+2
* ConfigParser.read(filenames) will not raise an exception, use ConfigParser.re...Robert Gogolok2007-12-251-2/+2
* Cleanly handle config file parse failures (Resolves Ticket #493) [bugfix]Narayan Desai2007-12-011-1/+5
* Fix option parsing (further resolve Ticket #423)Narayan Desai2007-04-071-2/+2
* Fix option parsing (resolves Ticket #423)Narayan Desai2007-04-071-3/+1
* Fix option parse failures (Resolves Ticket #134)Narayan Desai2006-09-291-2/+2
* Add Options libraryNarayan Desai2006-04-101-0/+93