mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
replaced deprecated BaseException
This commit is contained in:
@@ -27,7 +27,7 @@ except ImportError:
|
||||
try: # Compiled with SSL?
|
||||
HTTPSConnection = object
|
||||
|
||||
class BaseSSLError(BaseException):
|
||||
class BaseSSLError(Exception):
|
||||
pass
|
||||
|
||||
ssl = None
|
||||
|
||||
Reference in New Issue
Block a user