summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-19 15:37:30 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-19 16:10:47 +0000
commit278e20ba759cc9045c9273f4e64314305f108f24 (patch)
treee4c1ff0302bf8a901d75cceeff6af1220b99cbe8 /alot/helper.py
parent0b93dad9845a9a55821e1fdbb3ccafb97f265127 (diff)
pep8/pyflakes cleanup
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index bc5dc962..bfd9e1d0 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -18,7 +18,6 @@ import StringIO
import logging
-
def safely_get(clb, E, on_error=''):
"""
returns result of :func:`clb` and falls back to `on_error`