Loading cccli/command.py +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
cccli/command.py +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading