summaryrefslogtreecommitdiffhomepage
path: root/bin/ryu-manager
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ryu-manager')
-rwxr-xr-xbin/ryu-manager4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ryu-manager b/bin/ryu-manager
index 1e8d3aa6..454c7f45 100755
--- a/bin/ryu-manager
+++ b/bin/ryu-manager
@@ -26,10 +26,10 @@ monkey.patch_all()
# use it
#
# NOTE: this modifies sys.path and thus affects the following imports.
-# eg. openstack.common.cfg.
+# eg. oslo.config.cfg.
import ryu.contrib
-from openstack.common import cfg
+from oslo.config import cfg
import logging
import sys