diff --git a/cccli/command.py b/cccli/command.py index 87cf985d115ae00673b47202be0014c341c77728..1f43801484aa797f26482ab5d195a2b455415705 100644 --- a/cccli/command.py +++ b/cccli/command.py @@ -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