Show More
@@ -233,6 +233,7 b' ignore = [' | |||||
233 | # raise ImportError if x not defined |
|
233 | # raise ImportError if x not defined | |
234 | '__main__', |
|
234 | '__main__', | |
235 | '_ssl', # conditional imports in the stdlib, issue1964 |
|
235 | '_ssl', # conditional imports in the stdlib, issue1964 | |
|
236 | '_sre', # issue4920 | |||
236 | 'rfc822', |
|
237 | 'rfc822', | |
237 | 'mimetools', |
|
238 | 'mimetools', | |
238 | # setuptools 8 expects this module to explode early when not on windows |
|
239 | # setuptools 8 expects this module to explode early when not on windows |
General Comments 0
You need to be logged in to leave comments.
Login now