##// END OF EJS Templates
hgweb: removed unnecessary del before function return...
hgweb: removed unnecessary del before function return Deleting tmpl just before the return statement should have no effect since tmpl goes out of scope anyway. But it confuses pyflakes who thinks tmpl is undefined when it is used in the except blocks below.

File last commit:

r1360:7d439981 default
r6914:95f35b55 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder