On Fri, Mar 22, 2013 at 07:48:15PM +0100, Damien Millescamps wrote:
> extract-ofp-errors doesn't work with python 3 for the
> following reasons:
> 
> - several "SyntaxError: invalid syntax":
>   print not a keyword anymore. As a function it requires '()'
> - AttributeError: 'dict' object has no attribute 'itervalues'
>   Use values() instead.
> 
> Test done:
> Generate using ofp-errors.inc as a reference
> Patch for python 3, then regenerate ofp-errors.inc
> Diff between the two outputs.
> 
> Signed-off-by: Damien Millescamps <damien.millesca...@6wind.com>

Applied to master, thank you!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to