make config use ujson
made httpapi use ujson made onionrblocks mod use ujson made setup config use ujson made devreporting use ujson made transports/tor use ujson made contactmanager use ujson
This commit is contained in:
parent
5be4df1276
commit
dee5d8ceed
11 changed files with 149 additions and 111 deletions
|
@ -1,4 +1,5 @@
|
|||
import json
|
||||
import ujson as json
|
||||
|
||||
from onionrblocks import onionrblockapi
|
||||
from onionrutils import bytesconverter, stringvalidators
|
||||
import onionrexceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue