Merge "Switch to non-namespaced module imports"

This commit is contained in:
Jenkins 2015-03-12 14:21:23 +00:00 committed by Gerrit Code Review
commit a2473ed0a5

View File

@ -19,7 +19,7 @@ import logging
import os
import tempfile
from oslo.utils import excutils
from oslo_utils import excutils
LOG = logging.getLogger(__name__)