web/views/workflow.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 1091 b5e253c0dd13
child 1151 b20677336ee6
--- a/web/views/workflow.py	Mon Mar 23 17:38:30 2009 +0100
+++ b/web/views/workflow.py	Mon Mar 23 17:55:59 2009 +0100
@@ -45,7 +45,6 @@
 
     def cell_call(self, row, col):
         entity = self.entity(row, col)
-        eid = entity.eid
         state = entity.in_state[0]
         transition = self.req.eid_rset(self.req.form['treid']).get_entity(0, 0)
         dest = transition.destination()