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