On Tue, Dec 22, 2015 at 12:17:30PM -0500, Russell Bryant wrote:
> Resolve the following deprecation warning.  This deprecation warning
> advises to use an alternative syntax which is also compatible with
> Python 3, where has_key() was removed.
> 
>   W601 .has_key() is deprecated, use 'in'
> 
> Also fix this related error:
> 
>   E713 test for membership should be 'not in'
> 
> Signed-off-by: Russell Bryant <russ...@ovn.org>

Acked-by: Ben Pfaff <b...@ovn.org>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to