Olivia5k / piper

Build system that builds and very little more
http://thiderman.org/piper/
MIT License
5 stars 0 forks source link

Remove inheritance from object #30

Closed daenney closed 9 years ago

daenney commented 9 years ago

All classes in Python 3 are new style classes, no need for the inheritance from object anymore.

Mentions #25