Signed-off-by: Isaku Yamahata <[email protected]> --- ryu/controller/dpset.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/ryu/controller/dpset.py b/ryu/controller/dpset.py index a63ed8b..0891c2e 100644 --- a/ryu/controller/dpset.py +++ b/ryu/controller/dpset.py @@ -18,7 +18,6 @@ import logging from ryu.base import app_manager from ryu.controller import event -from ryu.controller import ofp_event from ryu.controller import dp_type from ryu.controller import handler from ryu.controller import ofp_event -- 1.7.10.4 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
