uilib.py
changeset 7662 3217298823c1
parent 7661 e157174c595c
child 7815 2a164a9cf81c
equal deleted inserted replaced
7661:e157174c595c 7662:3217298823c1
   107         return u''
   107         return u''
   108     try:
   108     try:
   109         printer = PRINTERS[attrtype]
   109         printer = PRINTERS[attrtype]
   110     except KeyError:
   110     except KeyError:
   111         return unicode(value)
   111         return unicode(value)
   112     return printer(req, value, props, displaytime)
   112     return printer(value, req, props, displaytime)
   113 
   113 
   114 
   114 
   115 # text publishing #############################################################
   115 # text publishing #############################################################
   116 
   116 
   117 try:
   117 try: