90100b72ee
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> |
||
---|---|---|
.. | ||
centos | ||
nova-api-proxy | ||
.gitignore | ||
PKG-INFO | ||
pylint.rc | ||
tox.ini |