Remove oslo.log from lockutils
Change-Id: Iefa48bf8fbaf9c51a43317500aaa1dc8f244dfe2
This commit is contained in:
parent
4fead725cf
commit
b42d6a8603
@ -16,6 +16,7 @@
|
||||
import contextlib
|
||||
import errno
|
||||
import functools
|
||||
import logging
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
@ -29,7 +30,6 @@ from oslo.config import cfg
|
||||
|
||||
from openstack.common import fileutils
|
||||
from openstack.common.gettextutils import _, _LE, _LI
|
||||
from openstack.common import log as logging
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user