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 5fab4819..400d8c0e 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -10,7 +10,7 @@ from datetime import timedelta
from datetime import datetime
from collections import deque
from io import BytesIO
-from cStringIO import StringIO
+from io import StringIO
import logging
import mimetypes
import os