druid-io / pydruid

A Python connector for Druid
Other
507 stars 198 forks source link

`PyDruid` not extending `object` #29

Closed se7entyse7en closed 8 years ago

se7entyse7en commented 8 years ago

Is there any reason why PyDruid class is not extending object?

se7entyse7en commented 8 years ago

This makes difficult to extend the PyDruid class as it uses old-style classes.