Rmove six forgotten before
- six.moves.BaseHTTPServer - six.moves.http_client Change-Id: I855d13af3f1f5ffb3543b864655624c99dbce403
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
|
from http import client as http
|
||||||
|
import http.server as BaseHTTPServer
|
||||||
import os
|
import os
|
||||||
import signal
|
import signal
|
||||||
from six.moves import BaseHTTPServer
|
|
||||||
from six.moves import http_client as http
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import tenacity
|
import tenacity
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user