Fix deprecated warning for oslo.serialization

Closes-Bug: #1411457
Change-Id: I9244c638e1730d9e16ce0c95b6425de574272d35
This commit is contained in:
Kennan 2015-01-15 15:03:23 +08:00
parent e7a2366af6
commit 9e094899cf
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ __all__ = [
from oslo.config import cfg
from oslo import messaging
from oslo.serialization import jsonutils
from oslo_serialization import jsonutils
from magnum.common import context as magnum_context
from magnum.common import exception

View File

@ -39,7 +39,7 @@ import sys
import traceback
from oslo.config import cfg
from oslo.serialization import jsonutils
from oslo_serialization import jsonutils
from oslo.utils import importutils
import six
from six import moves