vpp_papi: Use new style classes.
[vpp.git] / src / vpp-api / python / vpp_papi / vpp_format.py
index b1800d8..d020df9 100644 (file)
@@ -16,7 +16,7 @@
 from socket import inet_pton, inet_ntop, AF_INET6, AF_INET
 
 
-class VPPFormat:
+class VPPFormat(object):
     @staticmethod
     def format_vl_api_ip6_prefix_t(args):
         prefix, len = args.split('/')