Switch to nova's jsonutils in oslo.serialization
Very simple import change in each file, just touches a whole lot of files. jsonutils has graduated into a stand alone library and has been removed from the oslo-incubator repository. We should be using the library for all projects. Change-Id: I09d780a47d377871f357654603ee4b0fa0169d66
This commit is contained in:

committed by
Davanum Srinivas (dims)

parent
52fd9300c2
commit
5e8ce0bbde
@@ -28,10 +28,10 @@ __all__ = [
|
||||
|
||||
from oslo.config import cfg
|
||||
from oslo import messaging
|
||||
from oslo.serialization import jsonutils
|
||||
|
||||
import nova.context
|
||||
import nova.exception
|
||||
from nova.openstack.common import jsonutils
|
||||
|
||||
CONF = cfg.CONF
|
||||
TRANSPORT = None
|
||||
|
Reference in New Issue
Block a user