Merge "Remove six usage tests/functional"

This commit is contained in:
Zuul 2020-04-17 10:08:30 +00:00 committed by Gerrit Code Review
commit 1971be3402
2 changed files with 3 additions and 3 deletions

View File

@ -12,16 +12,16 @@
# License for the specific language governing permissions and limitations
# under the License.
from http import server as SimpleHTTPServer
import json
import multiprocessing
import os
import shutil
import socketserver
import tempfile
import time
from oslo_utils import uuidutils
from six.moves import SimpleHTTPServer
from six.moves import socketserver
from tempest.lib.cli import output_parser
from tempest.lib import exceptions

View File

@ -12,9 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
import configparser
import os
from six.moves import configparser
from tempest.lib.cli import base