python: Inherit from object.
authorRussell Bryant <russell@ovn.org>
Sun, 13 Dec 2015 04:11:47 +0000 (23:11 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:17:56 +0000 (18:17 -0500)
commit0ab00d6d74ab5cf63943272f0fb928431280f20f
treec2086d75b13155f1a2688fbac8ec71ad71a746aa
parent080793b75235addea7d46d74ff3fa111fd97c36e
python: Inherit from object.

class Vlog now inherits from "object".  This is a "new style" Python
class, which isn't new at all at this point.  This was introduced back
in Python 2.2, and some Python 2 code won't work as expected without it.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
python/ovs/vlog.py