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
|
import argparse
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import time
|
import time
|
||||||
import json
|
import simplejson as json
|
||||||
import sys
|
import sys
|
||||||
import readline, glob
|
import readline, glob
|
||||||
from Crypto.Cipher import AES
|
from Crypto.Cipher import AES
|
||||||
|
|
Loading…
Add table
Reference in a new issue