summaryrefslogtreecommitdiff
path: root/alot/utils
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:21:15 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:21:15 +0200
commita06f894574ac938ed6c19d75a0d6ce42ef069ac7 (patch)
tree3ee296c6c57ed4a8d66d8e852d71806eb1ccee7c /alot/utils
parentf91371eaae687b5fd66c26e22679d09e91e9620f (diff)
cleanup: pep8/pyflakes fixes
Diffstat (limited to 'alot/utils')
-rw-r--r--alot/utils/booleanaction.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/utils/booleanaction.py b/alot/utils/booleanaction.py
index 30901e08..82fcedd2 100644
--- a/alot/utils/booleanaction.py
+++ b/alot/utils/booleanaction.py
@@ -2,7 +2,6 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
import argparse
-import re
TRUEISH = ['true', 'yes', 'on', '1', 't', 'y']