Python: remove explicit inheritance from object
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 Dec 2014 01:34:25 +0000 (20:34 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 Feb 2015 17:07:59 +0000 (12:07 -0500)
commit4cde866efbb099e9deff9466055cd5514074b902
treed99efa4fd82e9f70223ca9dc20b7278cd98942fb
parent6fd496988ec91b1e5964bcb9c46f62288c75580c
Python: remove explicit inheritance from object

This is a Python 3 binding, and all classes are new-style
classes in Python 3, so there is no need to inherit from object
explicitly.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/bt.py
This page took 0.025437 seconds and 4 git commands to generate.