demandimport: blacklist rfc822 and mimetools to prevent spurious warnings

This commit is contained in:
Augie Fackler 2011-03-01 23:35:22 -06:00
parent 14695b388a
commit f8078839f5

View File

@ -137,6 +137,8 @@ ignore = [
# raise ImportError if x not defined
'__main__',
'_ssl', # conditional imports in the stdlib, issue1964
'rfc822',
'mimetools',
]
def enable():