Show More
@@ -230,6 +230,8 b' def _demandimport(name, globals=None, lo' | |||||
230 | ignore = [ |
|
230 | ignore = [ | |
231 | '__future__', |
|
231 | '__future__', | |
232 | '_hashlib', |
|
232 | '_hashlib', | |
|
233 | # ImportError during pkg_resources/__init__.py:fixup_namespace_package | |||
|
234 | '_imp', | |||
233 | '_xmlplus', |
|
235 | '_xmlplus', | |
234 | 'fcntl', |
|
236 | 'fcntl', | |
235 | 'win32com.gen_py', |
|
237 | 'win32com.gen_py', |
General Comments 0
You need to be logged in to leave comments.
Login now