useless variable
authorStephane Wirtel <stephane@tinyerp.com>
Tue, 29 Jul 2008 11:15:10 +0000 (13:15 +0200)
committerStephane Wirtel <stephane@tinyerp.com>
Tue, 29 Jul 2008 11:15:10 +0000 (13:15 +0200)
bzr revid: stephane@tinyerp.com-20080729111510-vmw1kj5az60yetf1

bin/osv/orm.py

index 88a8b7a..9c03a23 100644 (file)
@@ -2191,7 +2191,6 @@ class orm(orm_template):
             if not active_found:
                 args.append(('active', '=', 1))
 
-        i = 0
         tables=['"'+self._table+'"']
         joins=[]
         for i, argument in zip(range(len(args)), args):