summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-11 11:35:48 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-11 11:35:48 +0000
commit4735a8d93e7ce0659cc6b7da49490dd281180592 (patch)
treeb5affca84f9a863f811944e0751fd1aa9cdf80f6 /alot/commands/__init__.py
parentbb464eed414805b240a536fc73b6632289cde8ef (diff)
remove unused Command.get_helpstring
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index 6cbc3f18..c58d4ade 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -29,11 +29,6 @@ class Command(object):
"""code that gets executed when this command is applied"""
pass
- @classmethod
- def get_helpstring(cls):
- # TODO make this interpret kwargs
- return cls.__doc__
-
COMMANDS = {
'search': {},