dizak / prwlr

Integrating genetic interactions networks and phylogenetic profiles.
https://dizak.github.io/prwlr
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

object inheritance #103

Closed dizak closed 5 years ago

dizak commented 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.