mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Simplejson instead of json
This commit is contained in:
parent
d271b18232
commit
66f8ba28a9
1 changed files with 1 additions and 1 deletions
2
jrnl.py
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue