Merge "Fix order of std and third party lib import"

This commit is contained in:
Jenkins
2015-09-29 20:32:47 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -16,9 +16,10 @@
import logging import logging
import os import os
import shlex import shlex
import six
import subprocess import subprocess
import six
from tempest_lib import base from tempest_lib import base
import tempest_lib.cli.output_parser import tempest_lib.cli.output_parser
from tempest_lib import exceptions from tempest_lib import exceptions

View File

@@ -13,7 +13,6 @@
# under the License. # under the License.
import httplib2 import httplib2
from oslo_serialization import jsonutils as json from oslo_serialization import jsonutils as json
from oslotest import mockpatch from oslotest import mockpatch