##// END OF EJS Templates
templatekw: move from dict() construction to {} literals...
templatekw: move from dict() construction to {} literals The latter are both faster and more consistent across Python 2 and 3.
Augie Fackler -
r20683:6cb419dd default
Show More