python: Remove unused imports and variables.
authorRussell Bryant <russell@ovn.org>
Tue, 22 Dec 2015 15:43:24 +0000 (10:43 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:13:47 +0000 (18:13 -0500)
commit5697ca99019c1bf63a7df914554138b753fae886
tree29d546f8b93e0983e3392d651dbfb77003e6d7cd
parent115d8719dbfda638b0f26593e1df5bb354aaacd4
python: Remove unused imports and variables.

This resolves the following flake8 error types:

  F841 local variable 'e' is assigned to but never used
  F401 'exceptions' imported but unused

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Makefile.am
debian/ovs-monitor-ipsec
python/ovs/socket_util.py
python/ovs/unixctl/client.py
python/ovstest/vswitch.py
tests/test-daemon.py
tests/test-ovsdb.py
vtep/ovs-vtep
xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync