##// 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
Benoit Allard
web: Made elapsed time calculation dynamic (javascript)....
r14046 <script type="text/javascript">process_dates()</script>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {motd}
</body>
</html>