diff --git a/jrnl.py b/jrnl.py index 2f7a9fbc..917dbd4b 100755 --- a/jrnl.py +++ b/jrnl.py @@ -9,7 +9,7 @@ import re import argparse from datetime import datetime import time -import json +import simplejson as json import sys import readline, glob from Crypto.Cipher import AES