Show More
@@ -24,7 +24,7 b' def find(name):' | |||||
24 | def load(ui, name, path): |
|
24 | def load(ui, name, path): | |
25 | if name in _extensions: |
|
25 | if name in _extensions: | |
26 | return |
|
26 | return | |
27 |
_extensions[ |
|
27 | _extensions[name] = None | |
28 | if path: |
|
28 | if path: | |
29 | # the module will be loaded in sys.modules |
|
29 | # the module will be loaded in sys.modules | |
30 | # choose an unique name so that it doesn't |
|
30 | # choose an unique name so that it doesn't |
General Comments 0
You need to be logged in to leave comments.
Login now