Update log oslo-incubator module

Changes -
 * switch to oslo_serialization

Change-Id: I2fc7a978d9240fc01a1899daf5e98308c92a766c
This commit is contained in:
Matthew Farrellee 2015-01-27 08:24:04 -05:00
parent f6217cfdb6
commit c435f499e9

View File

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