From a9a086e09f7de343f62616471176548ac182cda1 Mon Sep 17 00:00:00 2001 From: Anael Beutot Date: Mon, 3 Dec 2012 16:33:01 +0100 Subject: [PATCH] Removed unused method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The method was hidden by an attribute defined in the __init__ anyway. Signed-off-by: Sébastien Luttringer --- cccli/command.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cccli/command.py b/cccli/command.py index 87cf985..1f43801 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 -- GitLab