diff options
-rw-r--r-- | ryu/app/rest_topology.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/app/rest_topology.py b/ryu/app/rest_topology.py index 34c8f532..82a17557 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 # |