Removed a useless wrapper around a method that shouldn't exist.

This commit is contained in:
Jeremy Fincher 2005-05-27 03:47:04 +00:00
parent b09f35846c
commit 66076c0831
1 changed files with 0 additions and 3 deletions

View File

@ -1068,9 +1068,6 @@ class Commands(BasePlugin):
def name(self):
return self.__class__.__name__
def __call__(self, *args, **kwargs):
super(Commands, self).__call__(*args, **kwargs)
def canonicalName(self):
return canonicalName(self.name())