summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorwangzihao <wangzihao@yovole.com>2020-10-09 18:01:09 +0800
committerwangzihao <wangzihao@yovole.com>2020-10-09 18:08:32 +0800
commit91ba6d1d7cffea2c97259f7abf044d00cffbccb9 (patch)
tree2032f119fb59798a956bdb175e836a61a0cbf3be /run_tests.py
parentc1be8a41d984aa88addfeaea2dc3c2392bfa2dcd (diff)
downloadtrove-91ba6d1d7cffea2c97259f7abf044d00cffbccb9.tar.gz
Remove six.moves
Remove six.moves Replace the following items with Python 3 style code. - six.moves.urllib - six.moves.http_client - six.moves.configparser - six.moves.cStringIO Change-Id: I004b6b9a81079c67451395bfe31ec75d58802c16
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index caa8a1f3..024a93ad 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -25,7 +25,7 @@ import traceback
import eventlet
from oslo_log import log as logging
import proboscis
-from six.moves import urllib
+import urllib
import wsgi_intercept
from wsgi_intercept.httplib2_intercept import install as wsgi_install