Replace some ujson with simplejson to make it work

This commit is contained in:
Erik Johnston 2018-03-15 23:38:43 +00:00 committed by Matthew Hodgson
parent 3bc5bd2d22
commit bf49d2dca8
4 changed files with 5 additions and 4 deletions

View file

@ -33,7 +33,7 @@ from ._base import set_timeline_upper_limit
import itertools
import logging
import ujson as json
import simplejson as json
logger = logging.getLogger(__name__)