Show More
@@ -137,6 +137,8 b' ignore = [' | |||||
137 | # raise ImportError if x not defined |
|
137 | # raise ImportError if x not defined | |
138 | '__main__', |
|
138 | '__main__', | |
139 | '_ssl', # conditional imports in the stdlib, issue1964 |
|
139 | '_ssl', # conditional imports in the stdlib, issue1964 | |
|
140 | 'rfc822', | |||
|
141 | 'mimetools', | |||
140 | ] |
|
142 | ] | |
141 |
|
143 | |||
142 | def enable(): |
|
144 | def enable(): |
General Comments 0
You need to be logged in to leave comments.
Login now