Remove oslo.log from lockutils

Change-Id: Iefa48bf8fbaf9c51a43317500aaa1dc8f244dfe2
This commit is contained in:
Yuriy Taraday 2014-07-25 16:06:39 +04:00
parent 4fead725cf
commit b42d6a8603
1 changed files with 1 additions and 1 deletions

View File

@ -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__)