summaryrefslogtreecommitdiffstats
path: root/jrnl.py
diff options
context:
space:
mode:
Diffstat (limited to 'jrnl.py')
-rwxr-xr-xjrnl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrnl.py b/jrnl.py
index 163fa05d..603ed1d0 100755
--- a/jrnl.py
+++ b/jrnl.py
@@ -13,7 +13,7 @@ try: import simplejson as json
except ImportError: import json
import sys
import readline, glob
-from ` import AES
+from Crypto.Cipher import AES
from Crypto.Random import random, atfork
import hashlib
import getpass