summaryrefslogtreecommitdiffstats
path: root/nova/scheduler/rpcapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/scheduler/rpcapi.py')
-rw-r--r--nova/scheduler/rpcapi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/scheduler/rpcapi.py b/nova/scheduler/rpcapi.py
index 0e4052a7a..dea17b912 100644
--- a/nova/scheduler/rpcapi.py
+++ b/nova/scheduler/rpcapi.py
@@ -19,13 +19,13 @@ Client side of the scheduler manager RPC API.
"""
from nova import flags
-import nova.rpc.proxy
+import nova.openstack.common.rpc.proxy
FLAGS = flags.FLAGS
-class SchedulerAPI(nova.rpc.proxy.RpcProxy):
+class SchedulerAPI(nova.openstack.common.rpc.proxy.RpcProxy):
'''Client side of the scheduler rpc API.
API version history: