Switch to using 'oslo_serialization' vs 'oslo.serialization'
Prefer the non-deprecated 'oslo_serialization' instead of the namespaced 'oslo.serialization' wherever it was previously used. Change-Id: I652cf0b56e28d727c59fe0c060949bb2bd920d11
This commit is contained in:
committed by
Joshua Harlow
parent
d748db934a
commit
2280f9a748
@@ -25,7 +25,7 @@ import sys
|
||||
import threading
|
||||
import types
|
||||
|
||||
from oslo.serialization import jsonutils
|
||||
from oslo_serialization import jsonutils
|
||||
from oslo_utils import importutils
|
||||
from oslo_utils import netutils
|
||||
from oslo_utils import reflection
|
||||
|
||||
Reference in New Issue
Block a user