Use json util instead of std json

This commit is contained in:
Alex Root Junior 2017-07-29 03:35:55 +03:00
parent 9e894cf06b
commit 7c19634379
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import json
from ..utils import json
import logging
import os

View file

@ -1,5 +1,4 @@
import datetime
import json
import time