Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/ofproto/nx_match.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index d986ac1..a779338 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -22,7 +22,6 @@ from ryu import exception from ryu.lib import mac from . import ofproto_parser from . import ofproto_v1_0 -from . import ether from . import inet import logging -- 1.8.0.1 ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
