summaryrefslogtreecommitdiff
path: root/xenserver
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2015-12-22 10:43:24 -0500
committerRussell Bryant <russell@ovn.org>2016-01-05 18:13:47 -0500
commit5697ca99019c1bf63a7df914554138b753fae886 (patch)
tree29d546f8b93e0983e3392d651dbfb77003e6d7cd /xenserver
parent115d8719dbfda638b0f26593e1df5bb354aaacd4 (diff)
downloadopenvswitch-5697ca99019c1bf63a7df914554138b753fae886.tar.gz
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>
Diffstat (limited to 'xenserver')
-rwxr-xr-xxenserver/usr_share_openvswitch_scripts_ovs-xapi-sync2
1 files changed, 0 insertions, 2 deletions
diff --git a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
index f5c38be5c..cb1f175a6 100755
--- a/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
+++ b/xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
@@ -30,8 +30,6 @@ import time
import XenAPI
import ovs.dirs
-from ovs.db import error
-from ovs.db import types
import ovs.daemon
import ovs.db.idl
import ovs.unixctl