2
0
mirror of https://github.com/openkmip/pykmip synced 2026-01-06 02:23:25 +00:00
Files
pykmip/kmip/tests/unit/core
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
..