cubicweb/uilib.py
changeset 12508 a8c1ea390400
parent 11767 432f87a63057
child 12567 26744ad37953
--- a/cubicweb/uilib.py	Thu Mar 14 14:45:35 2019 +0100
+++ b/cubicweb/uilib.py	Thu Mar 14 12:08:37 2019 +0100
@@ -32,7 +32,6 @@
 
 from logilab.mtconverter import xml_escape, html_unescape
 from logilab.common.date import ustrftime
-from logilab.common.deprecation import deprecated
 
 from cubicweb import _
 from cubicweb.utils import js_dumps
@@ -143,10 +142,6 @@
     'Interval': print_timedelta,
     }
 
-@deprecated('[3.14] use req.printable_value(attrtype, value, ...)')
-def printable_value(req, attrtype, value, props=None, displaytime=True):
-    return req.printable_value(attrtype, value, props, displaytime)
-
 def css_em_num_value(vreg, propname, default):
     """ we try to read an 'em' css property
     if we get another unit we're out of luck and resort to the given default