summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 15:12:46 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 15:12:46 +0000
commita061a51b0133eaee5c0a896eafe08551940b07e4 (patch)
tree56c64029da1230a7c55df1e560ad0755e3132af4
parente4be928b7994fd4b3d91aed2eef648799c027e48 (diff)
cleanup: imports in helper.py
-rw-r--r--alot/helper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/helper.py b/alot/helper.py
index 20751214..91aae324 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -17,9 +17,6 @@ from twisted.internet.protocol import ProcessProtocol
from twisted.internet.defer import Deferred
import StringIO
import logging
-from configobj import ConfigObj, ConfigObjError, flatten_errors
-from validate import Validator
-from alot.settings.errors import ConfigError
def safely_get(clb, E, on_error=''):