Merge "Using oslo_log instead of logging"

This commit is contained in:
Zuul 2018-02-05 13:22:14 +00:00 committed by Gerrit Code Review
commit 3746ff47b6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ import contextlib
import datetime
import functools
import json
import logging
import os
from os import path
import shutil
@ -30,6 +29,7 @@ import threading
import eventlet
from eventlet import corolocal
from oslo_concurrency import processutils
from oslo_log import log as logging
from oslo_utils import timeutils
from oslo_utils import uuidutils
import pkg_resources as pkg