mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add six.moves.urllib_request and six.moves.urllib_response. (#2455)
This commit is contained in:
committed by
Sebastian Rittau
parent
b40cae139f
commit
77e4d5d5a8
1
third_party/2/six/moves/urllib_request.pyi
vendored
Normal file
1
third_party/2/six/moves/urllib_request.pyi
vendored
Normal file
@@ -0,0 +1 @@
|
||||
from .urllib.request import *
|
||||
1
third_party/2/six/moves/urllib_response.pyi
vendored
Normal file
1
third_party/2/six/moves/urllib_response.pyi
vendored
Normal file
@@ -0,0 +1 @@
|
||||
from .urllib.response import *
|
||||
1
third_party/3/six/moves/urllib_request.pyi
vendored
Normal file
1
third_party/3/six/moves/urllib_request.pyi
vendored
Normal file
@@ -0,0 +1 @@
|
||||
from .urllib.request import *
|
||||
1
third_party/3/six/moves/urllib_response.pyi
vendored
Normal file
1
third_party/3/six/moves/urllib_response.pyi
vendored
Normal file
@@ -0,0 +1 @@
|
||||
from .urllib.response import *
|
||||
Reference in New Issue
Block a user