summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-16 17:17:08 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-16 17:17:42 +0100
commit98f0e2a9875470db5ba157eefdeaa7ee13a39f9e (patch)
tree163ec7cfda33f48267c138f80e20046a1ed2a510 /alot/commands/__init__.py
parenta36dce5ef3e95c082b2bfde2b571abe2ab55fee4 (diff)
pep8 fixes
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index b374d317..d0a26021 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -102,7 +102,6 @@ def commandfactory(cmdline, mode='global'):
if alot.settings.config.has_option('command-aliases', cmdname):
cmdname = alot.settings.config.get('command-aliases', cmdname)
-
# get class, argparser and forced parameter
(cmdclass, parser, forcedparms) = lookup_command(cmdname, mode)
if cmdclass is None: