summaryrefslogtreecommitdiff
path: root/alot/utils
diff options
context:
space:
mode:
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']