Merge "Update json module to jsonutils"

This commit is contained in:
Zuul 2019-03-04 05:01:28 +00:00 committed by Gerrit Code Review
commit 94f4c20926
1 changed files with 2 additions and 1 deletions

View File

@ -10,10 +10,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import json
import os
import time
from oslo_serialization import jsonutils as json
import six
import tempest
from tempest import config