From 77e4d5d5a8dfd4155daa0dc9588e40192e74dd2b Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Thu, 13 Sep 2018 13:01:56 -0700 Subject: [PATCH] Add six.moves.urllib_request and six.moves.urllib_response. (#2455) --- third_party/2/six/moves/urllib_request.pyi | 1 + third_party/2/six/moves/urllib_response.pyi | 1 + third_party/3/six/moves/urllib_request.pyi | 1 + third_party/3/six/moves/urllib_response.pyi | 1 + 4 files changed, 4 insertions(+) create mode 100644 third_party/2/six/moves/urllib_request.pyi create mode 100644 third_party/2/six/moves/urllib_response.pyi create mode 100644 third_party/3/six/moves/urllib_request.pyi create mode 100644 third_party/3/six/moves/urllib_response.pyi diff --git a/third_party/2/six/moves/urllib_request.pyi b/third_party/2/six/moves/urllib_request.pyi new file mode 100644 index 000000000..dc03dcecc --- /dev/null +++ b/third_party/2/six/moves/urllib_request.pyi @@ -0,0 +1 @@ +from .urllib.request import * diff --git a/third_party/2/six/moves/urllib_response.pyi b/third_party/2/six/moves/urllib_response.pyi new file mode 100644 index 000000000..bbee52256 --- /dev/null +++ b/third_party/2/six/moves/urllib_response.pyi @@ -0,0 +1 @@ +from .urllib.response import * diff --git a/third_party/3/six/moves/urllib_request.pyi b/third_party/3/six/moves/urllib_request.pyi new file mode 100644 index 000000000..dc03dcecc --- /dev/null +++ b/third_party/3/six/moves/urllib_request.pyi @@ -0,0 +1 @@ +from .urllib.request import * diff --git a/third_party/3/six/moves/urllib_response.pyi b/third_party/3/six/moves/urllib_response.pyi new file mode 100644 index 000000000..bbee52256 --- /dev/null +++ b/third_party/3/six/moves/urllib_response.pyi @@ -0,0 +1 @@ +from .urllib.response import *