Merge "Switch to using 'oslo_serialization' vs 'oslo.serialization'"

This commit is contained in:
Jenkins
2015-01-23 20:49:55 +00:00
committed by Gerrit Code Review
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