Skip to content
Snippets Groups Projects
Commit 5de05d79 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[bcpapi][execution] Use simplejson

parent ecdafa9c
No related branches found
No related tags found
1 merge request!63Standardize simplejson
...@@ -44,8 +44,8 @@ Execution utilities ...@@ -44,8 +44,8 @@ Execution utilities
import logging import logging
import multiprocessing import multiprocessing
import signal import signal
import json
import zmq import zmq
import simplejson as json
from ..dock import Host from ..dock import Host
from ..execution.local import LocalExecutor from ..execution.local import LocalExecutor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment