Merge "Rearrange imports"

This commit is contained in:
Jenkins 2017-01-23 10:37:28 +00:00 committed by Gerrit Code Review
commit bf89f0bab7
9 changed files with 11 additions and 11 deletions

View File

@ -14,18 +14,18 @@
# License for the specific language governing permissions and limitations
# under the License.
import netaddr
import six
import time
import types
import eventlet
from eventlet import tpool
import netaddr
from oslo_concurrency import lockutils
from oslo_concurrency import processutils
from oslo_log import log as logging
from oslo_utils import excutils
from oslo_utils import reflection
import six
from os_win._i18n import _LE

View File

@ -13,11 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import ddt
import mock
import platform
import ddt
import mock
from os_win import exceptions
from os_win.tests.unit import test_base
from os_win.utils import _wqlutils

View File

@ -14,7 +14,6 @@
# under the License.
import ddt
import mock
from os_win import constants

View File

@ -14,7 +14,6 @@
# under the License.
import ddt
import mock
from six.moves import range # noqa

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.import mock
import os
import mock
from oslotest import base
import os
import six
from os_win import constants

View File

@ -14,6 +14,7 @@
# under the License.
import errno
import mock
from oslotest import base
from six.moves import builtins

View File

@ -14,6 +14,7 @@
# under the License.
import ctypes
import mock
from oslotest import base
import six

View File

@ -15,13 +15,13 @@
import ctypes
import os
import six
import struct
import sys
from eventlet import patcher
from oslo_log import log as logging
from oslo_utils import units
import six
from os_win import _utils
from os_win import constants

View File

@ -15,11 +15,11 @@
import contextlib
import ctypes
import six
import sys
import textwrap
from oslo_log import log as logging
import six
from os_win._i18n import _, _LW
from os_win import _utils