Merge "Using oslo_log instead of logging"

This commit is contained in:
Jenkins 2016-11-17 04:41:03 +00:00 committed by Gerrit Code Review
commit d990d5e3a6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from oslo_log import log as logging
from django.core.urlresolvers import reverse
from django.core.urlresolvers import reverse_lazy

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from oslo_log import log as logging
from django.utils.translation import ugettext_lazy as _