addded import stubs for urllib3

This commit is contained in:
2017-05-27 10:29:00 -04:00
parent cceceecb68
commit c952e9e4e0
27 changed files with 26 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
from . import urllib3
+1
View File
@@ -0,0 +1 @@
from urllib3 import *
+1
View File
@@ -0,0 +1 @@
from urllib3._collections import *
+1
View File
@@ -0,0 +1 @@
from urllib.connection import *
+1
View File
@@ -0,0 +1 @@
from urllib3.connectionpool import *
+1
View File
@@ -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
View File
@@ -0,0 +1 @@
from urllib3.contrib.appengine import *
+1
View File
@@ -0,0 +1 @@
from urllib3.contrib.ntlmpool import *
+1
View File
@@ -0,0 +1 @@
from urllib3.contrib.pyopenssl import *
+1
View File
@@ -0,0 +1 @@
from urllib3.contrib.securetransport import *
+1
View File
@@ -0,0 +1 @@
from urllib3.contrib.socks import *
+1
View File
@@ -0,0 +1 @@
from urllib3.exceptions import *
+1
View File
@@ -0,0 +1 @@
from urllib3.fields import *
+1
View File
@@ -0,0 +1 @@
from urllib3.filepost import *
+1
View File
@@ -0,0 +1 @@
from urllib3.packages import *
+1
View File
@@ -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 *
+1
View File
@@ -0,0 +1 @@
from urllib3.poolmanager import *
+1
View File
@@ -0,0 +1 @@
from urllib3.request import *
+1
View File
@@ -0,0 +1 @@
from urllib3.response import *
+1
View File
@@ -0,0 +1 @@
from urllib3.util import *