Squash urllib3 warnings to see if it helps with SAAS-714

This commit is contained in:
Albert Santoni 2015-05-19 13:09:43 -04:00
parent 20649f73bd
commit e1c50ecc7b
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ import pickle
import threading
from urlparse import urlparse
requests.packages.urllib3.disable_warnings()
class PicklableHttpRequest:
def __init__(self, method, url, data, api_key):
self.method = method