summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-26 18:54:59 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-26 18:54:59 +0000
commit1ee219e36cb18a009572624d2d3e6219ce96f0f0 (patch)
tree0f45e4b29455ecbb5b5c90cc16e533067dd331df /alot/commands/__init__.py
parent2099df01b5a6b451251429b5c45df6ef76df01ec (diff)
cleanup
issue #137
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index e815ae1e..d5ea60bc 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -124,6 +124,4 @@ def commandfactory(cmdline, mode='global'):
return cmdclass(**parms)
-#def interpret_commandline(cmdline, mode):
-
__all__ = list(filename[:-3] for filename in glob.glob1(os.path.dirname(__file__), '*.py'))