web/__init__.py
changeset 9257 ce338133c92c
parent 8190 2a3c1b787688
child 10603 65ad6980976e
--- a/web/__init__.py	Mon Aug 26 16:14:09 2013 +0200
+++ b/web/__init__.py	Mon Aug 26 16:15:29 2013 +0200
@@ -31,8 +31,6 @@
 from cubicweb.uilib import eid_param
 
 assert json_dumps is not None, 'no json module installed'
-dumps = deprecated('[3.9] use cubicweb.utils.json_dumps instead of dumps')(
-    json_dumps)
 
 INTERNAL_FIELD_VALUE = '__cubicweb_internal_field__'