summaryrefslogtreecommitdiff
path: root/alot/crypto.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-05-26 16:05:45 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2013-06-16 21:17:19 +0100
commit366fd116ba15231b9342e0d3f8e4cf414fb85278 (patch)
treeb0108dfe7c3b410d92f0fdd79f215b5144d6a931 /alot/crypto.py
parent223cb4cf93684242bf701cea87ae6b4cdffbc891 (diff)
Remove unused import of logging
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'alot/crypto.py')
-rw-r--r--alot/crypto.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/crypto.py b/alot/crypto.py
index d321cb2d..8b8c85c2 100644
--- a/alot/crypto.py
+++ b/alot/crypto.py
@@ -3,7 +3,6 @@
# For further details see the COPYING file
import re
import os
-import logging
from email.generator import Generator
from cStringIO import StringIO