Skip to content
Snippets Groups Projects
Commit 1fd3248b authored by Brendan Cully's avatar Brendan Cully
Browse files

fix up previous commit for stable

parent b3cc6226
No related merge requests found
......@@ -24,7 +24,7 @@
def load(ui, name, path):
if name in _extensions:
return
_extensions[shortname] = None
_extensions[name] = None
if path:
# the module will be loaded in sys.modules
# choose an unique name so that it doesn't
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment