Merge "refactor: drop simplejson requirement"

This commit is contained in:
Jenkins 2013-11-27 16:48:50 +00:00 committed by Gerrit Code Review
commit 11660c2fca
3 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import simplejson as json
import json
class MalformedJSON(ValueError):

View File

@ -13,10 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import json
import re
from oslo.config import cfg
import simplejson as json
_TRANSPORT_LIMITS_OPTIONS = [

View File

@ -9,7 +9,6 @@ msgpack-python
pymongo>=2.4
python-keystoneclient>=0.4.1
python-memcached
simplejson>=2.0.9
WebOb>=1.2.3,<1.3
stevedore>=0.10
six>=1.4.1