##// END OF EJS Templates
registrar: remove superfluous pass statements
Augie Fackler -
r34380:4735c1ca default
parent child Browse files
Show More
@@ -102,7 +102,6 b' class _funcregistrarbase(object):'
102 def _extrasetup(self, name, func):
102 def _extrasetup(self, name, func):
103 """Execute exra setup for registered function, if needed
103 """Execute exra setup for registered function, if needed
104 """
104 """
105 pass
106
105
107 class command(_funcregistrarbase):
106 class command(_funcregistrarbase):
108 """Decorator to register a command function to table
107 """Decorator to register a command function to table
General Comments 0
You need to be logged in to leave comments. Login now