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:
Ihar Hrachyshka
2014-06-16 09:17:10 +02:00
parent 7e90af1564
commit 156990150e
15 changed files with 16 additions and 23 deletions

View File

@@ -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