PyKMIP/kmip/services
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
..
__init__.py PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
kmip_client.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00
kmip_protocol.py Adding payload factories 2014-12-11 13:32:17 -05:00
kmip_server.py Adding server key and cert files to installation 2014-12-10 18:43:56 -05:00
processor.py Fixing format string indices 2015-02-23 09:52:15 -05:00
results.py Fixing infinite recursion bug with object inheritance 2015-06-02 11:16:42 -04:00