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:
Joshua Harlow
2015-01-10 20:36:44 -08:00
committed by Joshua Harlow
parent d748db934a
commit 2280f9a748
7 changed files with 7 additions and 7 deletions

View File

@@ -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