##// END OF EJS Templates
py3: use setattr() to assign new class attribute...
py3: use setattr() to assign new class attribute The old method produces error 'object does not supports item assignment'. So setattr() is used to assign a new class attribute via __dict__ .

File last commit:

r14046:b24e5a70 default
r29192:bac14dbb default
Show More
footer.tmpl
5 lines | 80 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
{motd}
</body>
</html>