From: Riyad Parvez Date: Sat, 5 Oct 2013 16:49:54 +0000 (+0600) Subject: back to BaseException X-Git-Tag: v2.0.1~13^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48f59aa1f7587fbcb97df1b55aee356a94735b72;p=services%2Fpython-requests.git back to BaseException --- diff --git a/requests/packages/urllib3/connectionpool.py b/requests/packages/urllib3/connectionpool.py index 4446ecf..691d4e2 100644 --- a/requests/packages/urllib3/connectionpool.py +++ b/requests/packages/urllib3/connectionpool.py @@ -27,7 +27,7 @@ except ImportError: try: # Compiled with SSL? HTTPSConnection = object - class BaseSSLError(Exception): + class BaseSSLError(BaseException): pass ssl = None