summaryrefslogtreecommitdiffstats
path: root/ipalib/encoder.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where finalized IPA object where trying to modify their member ↵Pavel Zuna2009-05-221-78/+66
| | | | variables in Encoder methods.
* Add Encoder base class and method decorators to encode arguments/decode ↵Pavel Zuna2009-05-191-0/+210
return values. Also - unit tests.