plugins now use ujson
This commit is contained in:
parent
a8ab5d20f1
commit
919ab12b76
7 changed files with 54 additions and 41 deletions
|
@ -5,7 +5,8 @@ Private messages in an email like fashion
|
|||
import locale
|
||||
import sys
|
||||
import os
|
||||
import json
|
||||
|
||||
import ujson as json
|
||||
|
||||
from onionrusers import contactmanager
|
||||
from utils import reconstructhash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue