Commit a9a086e0 authored by Anael Beutot's avatar Anael Beutot Committed by Sébastien Luttringer
Browse files

Removed unused method



The method was hidden by an attribute defined in the __init__ anyway.

Signed-off-by: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
parent 82cd4dfa
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -160,10 +160,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