From a06f894574ac938ed6c19d75a0d6ce42ef069ac7 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 9 Sep 2012 17:21:15 +0200 Subject: cleanup: pep8/pyflakes fixes --- alot/utils/booleanaction.py | 1 - 1 file changed, 1 deletion(-) (limited to 'alot/utils') 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'] -- cgit v1.2.3