##// END OF EJS Templates
extensions: remove erroneous comment...
Kevin Bullock -
r18692:af4387d8 default
parent child Browse files
Show More
@@ -50,7 +50,6 b' def loadpath(path, module_name):'
50 50 raise
51 51
52 52 def load(ui, name, path):
53 # unused ui argument kept for backwards compatibility
54 53 if name.startswith('hgext.') or name.startswith('hgext/'):
55 54 shortname = name[6:]
56 55 else:
General Comments 0
You need to be logged in to leave comments. Login now