summaryrefslogtreecommitdiffstats
path: root/ipalib/config.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵Jason Gerard DeRose2008-10-021-2/+2
| | | | xmlrpc_unmarshal() functions respectively
* Environment is now subclassed from object, rather then dict. Added tests for ↵Martin Nagy2008-10-021-17/+23
| | | | Environment and config.py
* Add support for environment variables, change tests accordinglyMartin Nagy2008-09-291-0/+84