##// END OF EJS Templates
fix up previous commit for stable
Brendan Cully -
r5088:1fd3248b default
parent child Browse files
Show More
@@ -24,7 +24,7 b' def find(name):'
24 24 def load(ui, name, path):
25 25 if name in _extensions:
26 26 return
27 _extensions[shortname] = None
27 _extensions[name] = None
28 28 if path:
29 29 # the module will be loaded in sys.modules
30 30 # choose an unique name so that it doesn't
General Comments 0
You need to be logged in to leave comments. Login now