Merge "Drop use of 'oslo' namespace package"

This commit is contained in:
Jenkins 2015-05-12 16:08:39 +00:00 committed by Gerrit Code Review
commit 06c44a8710
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
# Default allowed headers
import copy
import logging
from oslo.config import cfg
from oslo_config import cfg
from oslo_middleware import base
import webob.dec
import webob.exc

View File

@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo.config import cfg
from oslo.config import fixture
from oslo_config import cfg
from oslo_config import fixture
from oslotest import base as test_base
import webob
import webob.dec