back to BaseException

This commit is contained in:
Riyad Parvez
2013-10-05 22:49:54 +06:00
parent 56c82c52b0
commit 48f59aa1f7
+1 -1
View File
@@ -27,7 +27,7 @@ except ImportError:
try: # Compiled with SSL?
HTTPSConnection = object
class BaseSSLError(Exception):
class BaseSSLError(BaseException):
pass
ssl = None