Show More
@@ -103,7 +103,7 def _demandimport(name, globals=None, lo | |||
|
103 | 103 | setattr(mod, x, _demandmod(x, mod.__dict__, mod.__dict__)) |
|
104 | 104 | return mod |
|
105 | 105 | |
|
106 | ignore = ['_hashlib'] | |
|
106 | ignore = ['_hashlib', 'fcntl', 'win32com.gen_py'] | |
|
107 | 107 | |
|
108 | 108 | def enable(): |
|
109 | 109 | "enable global demand-loading of modules" |
General Comments 0
You need to be logged in to leave comments.
Login now