Commit dd68b006 authored by Anael Beutot's avatar Anael Beutot
Browse files

Removed unused method

The method was hidden by an attribute defined in the __init__ anyway.
parent fd1d85c3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -145,10 +145,6 @@ class Command(object):
        '''Code called when command is invoked'''
        raise NotImplementedError

    def name(self):
        '''Name of the command'''
        raise NotImplementedError

    def usage(self):
        return "Usage: %s" % self.name