Merge "Fix import method to follow community guideline"

This commit is contained in:
Jenkins 2016-12-07 14:46:22 +00:00 committed by Gerrit Code Review
commit 259eec8cbc
2 changed files with 2 additions and 5 deletions

View File

@ -14,8 +14,7 @@
# under the License.
from os_brick.encryptors import cryptsetup
from os_brick.i18n import _LI
from os_brick.i18n import _LW
from os_brick.i18n import _LI, _LW
from os_brick.privileged import rootwrap as priv_rootwrap
from oslo_concurrency import processutils as putils
from oslo_log import log as logging

View File

@ -25,9 +25,7 @@ from oslo_log import log as logging
from os_brick import exception
from os_brick import executor
from os_brick.i18n import _LE
from os_brick.i18n import _LI
from os_brick.i18n import _LW
from os_brick.i18n import _LE, _LI, _LW
from os_brick.privileged import rootwrap as priv_rootwrap
from os_brick import utils