python: Remove unused imports and variables.
[cascardo/ovs.git] / python / ovstest / vswitch.py
index dd315e5..be66a2e 100644 (file)
@@ -15,9 +15,6 @@
 """
 vswitch module allows its callers to interact with OVS DB.
 """
-import exceptions
-import subprocess
-
 import util