nfv/nova-api-proxy/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
..
nova_api_proxy Fix import(s) related issues for Python 2/3 compatible code. 2019-01-19 01:17:47 +08:00
LICENSE Fix nova-api-proxy install directories 2018-07-18 15:52:44 -04:00
setup.py Fix nova-api-proxy install directories 2018-07-18 15:52:44 -04:00