pylint: Fixing pylint errors and warnings
[vswitchperf.git] / src / ovs / __init__.py
index 1a31ea2..77592ea 100644 (file)
@@ -21,5 +21,5 @@ and external setup of vswitchd-external process, kernel modules etc.
 
 """
 
-from src.ovs.daemon import *
 from src.ovs.ofctl import *
+from src.ovs.dpctl import *