remove unused import

This commit is contained in:
Stephan Gabler 2012-04-17 21:04:41 +02:00 committed by Manuel Ebert
parent 4c7ea456cb
commit 5ddbfed35a

View file

@ -17,7 +17,6 @@ from Crypto.Cipher import AES
from Crypto.Random import random, atfork
import hashlib
import getpass
import mimetypes
default_config = {
'journal': os.path.expanduser("~/journal.txt"),