summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index b096df41..56250c71 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -17,7 +17,7 @@ from twisted.internet.protocol import ProcessProtocol
from twisted.internet.defer import Deferred
import StringIO
import logging
-from configobj import ConfigObj, ConfigObjError, flatten_errors, Section
+from configobj import ConfigObj, ConfigObjError, flatten_errors
from validate import Validator
from alot.errors import ConfigError