2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00
Files
openvswitch/python
Russell Bryant 1ccbf95c6e python: Drop use of types.StringTypes.
types.StringTypes does not exist in Python 3.  We can use
six.string_types, instead.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
2016-02-02 16:41:01 -05:00
..
2016-01-21 23:00:11 -05:00
2016-02-02 16:40:36 -05:00
2016-01-05 18:13:46 -05:00

Python library for working with Open vSwitch