demandimport: blacklist _ssl (issue1964)

This commit is contained in:
Dirkjan Ochtman 2010-03-09 16:03:57 +01:00
parent b0b25f04a1
commit 8ea7020d75

View File

@ -133,6 +133,7 @@ ignore = [
# setuptools' pkg_resources.py expects "from __main__ import x" to
# raise ImportError if x not defined
'__main__',
'_ssl', # conditional imports in the stdlib, issue1964
]
def enable():