mercurial/hgweb/hgweb_mod.py
changeset 6914 95f35b553ae6
parent 6797 8909070fd05e
child 6926 57b954d8d003
--- a/mercurial/hgweb/hgweb_mod.py	Sat Aug 16 14:46:56 2008 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Sat Aug 16 16:32:57 2008 +0200
@@ -168,7 +168,6 @@
                 req.respond(HTTP_OK, ctype)
 
             req.write(content)
-            del tmpl
             return []
 
         except revlog.LookupError, err: