diff mercurial/hgweb/hgweb_mod.py @ 3131:cff3c58a5766

fix warnings spotted by pychecker
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 18 Sep 2006 17:43:31 +0200
parents 27da6dddd0ee
children 3466bd7b9754
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py	Mon Sep 18 17:32:28 2006 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Mon Sep 18 17:43:31 2006 +0200
@@ -825,7 +825,6 @@
         req.write(resp)
 
     def do_between(self, req):
-        nodes = []
         if req.form.has_key('pairs'):
             pairs = [map(bin, p.split("-"))
                      for p in req.form['pairs'][0].split(" ")]