Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ryu/app/rest_topology.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/app/rest_topology.py b/ryu/app/rest_topology.py index 34c8f53..82a1755 100644 --- a/ryu/app/rest_topology.py +++ b/ryu/app/rest_topology.py @@ -20,7 +20,7 @@ from ryu.app.wsgi import ControllerBase, WSGIApplication from ryu.base import app_manager from ryu.lib import dpid as dpid_lib from ryu.lib import port_no as port_no_lib -from ryu.topology.switches import get_switch, get_link +from ryu.topology.api import get_switch, get_link # REST API for switch configuration # -- 1.8.3.1 ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
