def run(self, args): if hasattr(self, 'short_help'): short_help = self.short_help else: short_help = self.__doc__[5:].capitalize() pass Mcmdfns.run_show_int(self, short_help) return
def run(self, args): Mcmdfns.run_show_int(self, self.__doc__[5:].capitalize()) return