PyKMIP/kmip/core/messages
Peter Hamilton ab3298c6d1 Fixing infinite recursion bug with object inheritance
This change removes all references to self.__class__. In object
hierarchies with multiple levels of inheritance, using self.__class__
can cause an infinite loop when resolving references to parent classes.
2015-06-02 11:16:42 -04:00
..
payloads Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
.gitignore PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
__init__.py Reorganizing message payload code 2014-12-11 13:32:17 -05:00
contents.py Adding support for Digest 2015-03-10 11:57:35 -04:00
messages.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00