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
..
2014-08-11 16:34:30 -04:00
2014-12-11 13:32:17 -05:00
2015-02-23 09:52:15 -05:00