Fixed oslo namespace reference error

This commit is contained in:
tengqm 2015-03-11 15:56:44 +08:00
parent 5fd26492dc
commit 8a10f74b91
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Unit Tests for senlin.rpc.client
import copy
import mock
from oslo.messaging._drivers import common as rpc_common
from oslo_messaging._drivers import common as rpc_common
from senlin.common import exception
from senlin.common import messaging