nfv/nova-api-proxy
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
..
centos Add directives to build stx-nova-api-proxy on master 2018-11-30 10:14:46 -06:00
nova-api-proxy Fix import(s) related issues for Python 2/3 compatible code. 2019-01-19 01:17:47 +08:00
.gitignore StarlingX open source release updates 2018-05-31 07:36:51 -07:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:51 -07:00
pylint.rc Cleanup pylint unnecessary-pass warnings 2018-12-03 15:30:43 -06:00
tox.ini enable pep8 alphabetical imports check for nova-api-proxy 2018-12-18 13:13:51 -06:00