##// END OF EJS Templates
demandimport: blacklist rfc822 and mimetools to prevent spurious warnings
Augie Fackler -
r14976:04a950b1 default
parent child Browse files
Show More
@@ -137,6 +137,8 b' ignore = ['
137 137 # raise ImportError if x not defined
138 138 '__main__',
139 139 '_ssl', # conditional imports in the stdlib, issue1964
140 'rfc822',
141 'mimetools',
140 142 ]
141 143
142 144 def enable():
General Comments 0
You need to be logged in to leave comments. Login now