mercurial/__init__.py
author Martin Geisler <mg@daimi.au.dk>
Sat, 16 Aug 2008 16:32:57 +0200
changeset 6914 95f35b553ae6
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
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.