nfv/nfv/nfv-vim/nfv_vim/webserver
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
..
css StarlingX open source release updates 2018-05-31 07:36:51 -07:00
fonts StarlingX open source release updates 2018-05-31 07:36:51 -07:00
html StarlingX open source release updates 2018-05-31 07:36:51 -07:00
images StarlingX open source release updates 2018-05-31 07:36:51 -07:00
javascript StarlingX open source release updates 2018-05-31 07:36:51 -07:00
templates Kubernetes, VIM label support 2018-11-06 10:25:41 -05:00
__init__.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
_webserver.py Fix import(s) related issues for Python 2/3 compatible code. 2019-01-19 01:17:47 +08:00