Consistently use jsonutils instead of specific implementation
jsonutils have several benefits in comparison to pure json implementation, like enabling C boosted encoders and decoders for Python2.6 by using simplejson when available. Change-Id: I24d0cd442e8d9d89fac50e43fc97f7bb4a293c3d Closes-Bug: 1329496
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
import eventlet
|
||||
import httplib
|
||||
import json
|
||||
import urllib
|
||||
|
||||
from neutron.openstack.common import jsonutils as json
|
||||
from neutron.openstack.common import log as logging
|
||||
from neutron.plugins.vmware.api_client import request
|
||||
|
||||
|
||||
Reference in New Issue
Block a user