adopt namespace-less oslo imports

oslo.config is now deprecated, so switching
from oslo.config to right package oslo_config.

similarly oslo.serialization also deprecated, it
is also switched to oslo_serialization from
oslo.serialization.

Change-Id: I52eff48a17a555750379e4ca6bb024fc71a4efeb
Closes-Bug: #1409733
This commit is contained in:
Masco Kaliyamoorthy 2015-01-19 12:19:19 +05:30
parent f4674f3a02
commit 193e66792f
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ from django.conf import settings
from django import http
from django.utils import decorators
from oslo.serialization import jsonutils
from oslo_serialization import jsonutils
from horizon import exceptions

View File

@ -20,7 +20,7 @@ import os.path
from django.conf import settings
from openstack_auth import utils as auth_utils
from oslo.config import cfg
from oslo_config import cfg
from openstack_dashboard.openstack.common import policy

View File

@ -12,7 +12,7 @@
import os
from oslo.config import cfg
from oslo_config import cfg
DashboardGroup = [