mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
addded import stubs for urllib3
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
from . import urllib3
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3 import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3._collections import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib.connection import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.connectionpool import *
|
||||
+1
@@ -0,0 +1 @@
|
||||
from urllib3.contrib import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.contrib._securetransport import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.contrib._securetransport.bindings import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.contrib._securetransport.bindings.low_level import *
|
||||
+1
@@ -0,0 +1 @@
|
||||
from urllib3.contrib.appengine import *
|
||||
+1
@@ -0,0 +1 @@
|
||||
from urllib3.contrib.ntlmpool import *
|
||||
+1
@@ -0,0 +1 @@
|
||||
from urllib3.contrib.pyopenssl import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.contrib.securetransport import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.contrib.socks import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.exceptions import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.fields import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.filepost import *
|
||||
+1
@@ -0,0 +1 @@
|
||||
from urllib3.packages import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.packages.backports.makefile import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.packages.ordered_dict import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.packages.ssl_match_hostname import *
|
||||
@@ -0,0 +1 @@
|
||||
from urllib3.packages.ssl_match_hostname._implementation import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.poolmanager import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.request import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.response import *
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
from urllib3.util import *
|
||||
Reference in New Issue
Block a user