]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace 'import json' with oslo_serialization
authorKevin Benton <blak111@gmail.com>
Tue, 11 Aug 2015 13:01:25 +0000 (06:01 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 11 Aug 2015 13:05:37 +0000 (06:05 -0700)
commiteef7983d4ec829ba910a6c1000e8dac95efe50d3
tree648844c1eb8d67c779b8e62cac0529562c0a611b
parentce32fcc9599729c3ae2e9532636291d53c091150
Replace 'import json' with oslo_serialization

Replace remaining occurences of 'import json' with
'from oslo_serialization import jsonutils as json'
so pylint doesn't complain every time someone happens
to make a change to one of the modules that still
uses it.

Change-Id: Ife9f0fc54ad36887bdb939028f8903be16e590d6
13 files changed:
bin/neutron-rootwrap-xen-dom0
neutron/tests/tempest/common/glance_http.py
neutron/tests/tempest/services/identity/v2/json/identity_client.py
neutron/tests/tempest/services/identity/v2/json/token_client.py
neutron/tests/tempest/services/identity/v3/json/credentials_client.py
neutron/tests/tempest/services/identity/v3/json/endpoints_client.py
neutron/tests/tempest/services/identity/v3/json/identity_client.py
neutron/tests/tempest/services/identity/v3/json/policy_client.py
neutron/tests/tempest/services/identity/v3/json/region_client.py
neutron/tests/tempest/services/identity/v3/json/service_client.py
neutron/tests/tempest/services/identity/v3/json/token_client.py
neutron/tests/tempest/services/network/json/network_client.py
neutron/tests/tempest/test.py