##// END OF EJS Templates
templater: drop bool support from evalastype()...
Yuya Nishihara -
r37177:53e6b7e0 default
parent child Browse files
Show More
@@ -333,7 +333,6 b' def evalstringliteral(context, mapping, '
333 return stringify(thing)
333 return stringify(thing)
334
334
335 _evalfuncbytype = {
335 _evalfuncbytype = {
336 bool: evalboolean,
337 bytes: evalstring,
336 bytes: evalstring,
338 int: evalinteger,
337 int: evalinteger,
339 }
338 }
General Comments 0
You need to be logged in to leave comments. Login now