plugins now use ujson
This commit is contained in:
parent
a8ab5d20f1
commit
919ab12b76
7 changed files with 54 additions and 41 deletions
|
@ -19,7 +19,10 @@
|
|||
'''
|
||||
|
||||
# Imports some useful libraries
|
||||
import logger, config, threading, time, datetime, sys, json
|
||||
import logger, config, threading, time, datetime, sys
|
||||
|
||||
import ujson as json
|
||||
|
||||
from onionrutils import stringvalidators, bytesconverter
|
||||
from onionrcrypto import encryption, keypair, signing, getourkeypair
|
||||
import onionrexceptions, onionrusers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue