Closed dizak closed 5 years ago
For providing clean Pytohn2/Python3 compatibility all the classes should inherit after object. Unless the inheritance is explicit, Python2 assumes the old-style-inheritance.
object
For providing clean Pytohn2/Python3 compatibility all the classes should inherit after
object
. Unless the inheritance is explicit, Python2 assumes the old-style-inheritance.