summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-30 13:28:17 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-30 13:28:17 +0100
commit7777201c6c0308c07d7d3bade24eb4094f36650b (patch)
tree79a6d0da8e5ed2935b47038c8c0ffd9d4fd3c002 /alot
parent7f9743305bd9e2c343e2441bd1151fb77b482fe4 (diff)
pep8
Diffstat (limited to 'alot')
-rw-r--r--alot/account.py1
-rw-r--r--alot/command.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/alot/account.py b/alot/account.py
index dcf971b4..014ed087 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -276,7 +276,6 @@ class AbookAddressBook(AddressBook):
class MatchSdtoutAddressbook(AddressBook):
-
def __init__(self, command, match=None):
self.command = command
if not match:
diff --git a/alot/command.py b/alot/command.py
index 612bf0bf..4f40b85a 100644
--- a/alot/command.py
+++ b/alot/command.py
@@ -680,7 +680,6 @@ class PrintCommand(Command):
confirm_msg = 'print this message?'
ok_msg = 'printed message: %s using %s' % (str(to_print[0]), cmd)
-
# ask for confirmation if needed
if self.confirm:
if not ui.choice(confirm_msg) == 'yes':