nfv/nfv/nfv-plugins/nfv_plugins/nfvi_plugins
SidneyAn 90100b72ee Fix import(s) related issues for Python 2/3 compatible code.
fix http/socketserver module import issues
   e.g. before:
     import SocketServer
     import httplib
     import BaseHTTPServer
        after:
     from six.moves import socketserver
     from six.moves import http_client as httplib
     from six.moves import BaseHTTPServer

Story: 2003427
Task: 24609

Change-Id: I82132ab91f56a9038afdd931624559d8c370e231
Signed-off-by: SidneyAn <ran1.an@intel.com>
2019-01-19 01:17:47 +08:00
..
clients Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
openstack Fix import(s) related issues for Python 2/3 compatible code. 2019-01-19 01:17:47 +08:00
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
config.ini Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
config.py Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
nfvi_block_storage_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_compute_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_guest_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_identity_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_image_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_infrastructure_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_network_api.py Cleanup tox alphabetical imports in nfv 2018-12-27 11:55:20 -06:00
nfvi_sw_mgmt_api.py Update httplib to use python3 compatible code 2018-11-21 15:55:57 -06:00
unit_test.py Fix relative import warnings from pylint 2018-12-20 16:54:35 -06:00