python: Drop use of types.StringTypes.
authorRussell Bryant <russell@ovn.org>
Mon, 14 Dec 2015 22:21:26 +0000 (17:21 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 2 Feb 2016 21:41:01 +0000 (16:41 -0500)
commit1ccbf95c6eaccb371227dd58455163840d6cc2d0
tree63d7397b75270f8337b708177ce3546c260a6d3a
parent25f599fbd3452a0b1dbb0f22c2f54b2cc0f93bc9
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>
python/ovs/unixctl/__init__.py
python/ovs/unixctl/client.py
python/ovs/unixctl/server.py