##// END OF EJS Templates
demandimport: blacklist _ssl (issue1964)
Dirkjan Ochtman -
r10612:30553ac3 stable
parent child Browse files
Show More
@@ -133,6 +133,7 b' ignore = ['
133 # setuptools' pkg_resources.py expects "from __main__ import x" to
133 # setuptools' pkg_resources.py expects "from __main__ import x" to
134 # raise ImportError if x not defined
134 # raise ImportError if x not defined
135 '__main__',
135 '__main__',
136 '_ssl', # conditional imports in the stdlib, issue1964
136 ]
137 ]
137
138
138 def enable():
139 def enable():
General Comments 0
You need to be logged in to leave comments. Login now